Reputation: 18198
I have a HDD that I installed WAMP5. My computer died so now I have the HDD as a slave. I can get the files but what about the MySQL database? Can I go somewhere in c:\wamp\
to find the database SQL?
Thank you.
Upvotes: 1
Views: 1122
Reputation: 94
You can find your databases here: C:\wamp\bin\mysql\mysql(version)\data
For example ...\mysql5.1.36\data
Upvotes: 1