0 Members and 1 Guest are viewing this topic.
now i have new VPS and i wont move database from old server to the new .# ! on old server mysql not working , phpmyadmin now working .
Hi,Use and change:sh /script/mysql-convert --engine=MyISAMsh /script/mysql-convert --engine=InnoDBto have both, the old and new, database engines the same. Better convert to InnoDB--->MyISAM before.Before doing anything anywhere, make a copy of /var/lib/mysql/* - for an extra copy of all directories - of databases under it in case anything goes wrong. then you can play with such conversions.
Page created in 0.031 seconds with 17 queries.