1

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.

test
  • 17,706
  • 64
  • 171
  • 244

1 Answers1

1

You can find your databases here: C:\wamp\bin\mysql\mysql(version)\data

For example ...\mysql5.1.36\data

Tarun Uday
  • 94
  • 1
  • 1
  • 10