I have reinstalled MySQL 5.0 to the same location (OS Windows XP), so after it databases stored in /data/ folder become invisible by MySQL. How I can to make it visible again ? All databases is MyISAM type.
|
feedback
|
migrated from stackoverflow.com Aug 14 '11 at 7:36
This question came from our site for professional and enthusiast programmers.
|
Have you tried changing the data directory setting in my.cnf to the location with all the data? The variable you should be setting is You should probably restart the server once you have done that. | |||
|
feedback
|
mysqldirectory there, all your databases would be visible and accessible. – Dan Grossman Aug 14 '11 at 6:47