I’m just curious as I am beginning to learn PHP and MySQL, as to where the database and other files of MySQL reside on the hard drive. I have installed WAMP on a Windows XP SP2 platform.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually in the
/mysql/datadirectory of your WAMP installation. You’ll recognize the location because every database has a folder with the same name there.You can change the location of the data directory using the
datadirsetting inmy.cnf. It is often moved elsewhere to ensure the data there gets backed up regularly.