>I just recently reinstalled my OS. After I reinstalled mySQL, I >attempted to place my databases in the /data folder. The databases show >up, but not the tables...any ideas would be greatly appreicated! > >-- >Chris Martin
Generally when you want to restore databases with mysql you would use a sqldump file you have taken of the database and run that, which repopulates the data. Copying and Pasting a mysql database won't work,you may have some luck if you have copied the data files after the mysql server had been stopped. How are you connecting to MySQL, command line, admin tool etc. There are some commands you can use to check the database and fix errors. mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292987 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

