lional Posted February 3, 2007 Share Posted February 3, 2007 Hi All I have just uninstalled wamp server and installed all of the packages sepetaley namel php5.2, apache 2.2.4 and mysql 5.1 on my development server. I copied the data directory over from the wamp installation into the data directory of my new mysql installation as I have done successfully many times. The problem I have is that some tables open perfectly while others give me error code #1146 - Table doesn't exist Is there a way around this Thanks Lional Link to comment https://forums.phpfreaks.com/topic/36887-error-1046/ Share on other sites More sharing options...
hvle Posted February 3, 2007 Share Posted February 3, 2007 copy the data directory over will not do it. You will have to install the old version of mysql, dump all database into a file, then install a new version and import this file. Link to comment https://forums.phpfreaks.com/topic/36887-error-1046/#findComment-176015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.