june_c21 Posted November 3, 2007 Share Posted November 3, 2007 hi, i just install WAMP into my computer but i can't find the URL where i want to store my database in. i know the C:\wamp directory but i wan the URL like http://localhost/....... Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 3, 2007 Share Posted November 3, 2007 You just open your browser and type in http://localhost in order to run your php scripts - make sure wamp is running before going to that address in order for it to work. You store all your files in C:/wamp/www Quote Link to comment Share on other sites More sharing options...
june_c21 Posted November 3, 2007 Author Share Posted November 3, 2007 but have to go where to store my database? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 3, 2007 Share Posted November 3, 2007 By database do you mean MySQL? MySQL stores its databases in its own data folder, eg C:/wamp/mysql/data You should not tamper with the files within that folder. In doing so can corrupt your database. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.