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? Link to comment https://forums.phpfreaks.com/topic/273975-reassociate-table-with-database/ Share on other sites More sharing options...
ignace Posted February 3, 2013 Share Posted February 3, 2013 Executing the below query, what does that give you: SHOW VARIABLES LIKE 'datadir'; Did you copy the files before you started MySQL? Link to comment https://forums.phpfreaks.com/topic/273975-reassociate-table-with-database/#findComment-1409840 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.