mysql - Restore DBs from old version wamp to new version wamp -


i had wamp2.4 installed. uninstalled , install wamp2.5. have 2 folders in "c:\wamp\bin\mysql"

  • mysql5.6.12
  • mysql5.6.17

i copied db folders mysql5.6.12 mysql5.6.17.

i go phpmyadmin , dbs listed there , clicked on table xyz , says xyz doesn't exists.

any solution????

even better option first have take logical backup of db (can use mysqldump) , restore after upgrading mysql version.

now saying have moved files old folder new folder assuming related (myisam innodb engine) files have been moved. need check permissions mysql should have permission on new mysql folder.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

swift - Button on Table View Cell connected to local function -