MySQL configuration changes corrupts existing databases -


i have used mysqlv5.0.95 myisam default storage engine , changed my.cnf innodb default storage engine , down-graded mysql v5.0.91.

when accessing existing database tables. mysql shows doesn't exist.

why existing databases has been corrupted after applying my.cnf changes?


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -