ShoeLace1291 Posted February 3, 2013 Share Posted February 3, 2013 I recently had to reinstall my WAMP server. So to back up my stuff, I first copied my www folder. Then, I stupidly copied the actual database files from wamp/bin/mysql/data/databasename instead of just creating an sql file with phpmyadmin. When I go to the database in phpmyadmin, it doesn't show any tables, but all of the .fm files are there in the appropriate folders. Is there a way to tell phpmyadmin or mysql or whatever that these files need to be associated with their databases? Quote Link to comment Share on other sites More sharing options...
ignace Posted February 3, 2013 Share Posted February 3, 2013 (edited) Executing the below query, what does that give you: SHOW VARIABLES LIKE 'datadir'; Did you copy the files before you started MySQL? Edited February 3, 2013 by ignace 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.