mysql - If I copy my DB to another system in the same directory will it work properly? -
if copy db phpmyadmin folder i.e. wamp/bin/mysql/mysql(version)/data/dbname, system in same directory work properly?
the best thing create new database in mysql (eg new_database
), stop it/shut down, copy files within wamp/bin/mysql/mysql(version)/data/dbname
wamp/bin/mysql/mysql(version)/data/new_database
, restart mysql.
this work databases myisam tables not innodb tables.
Comments
Post a Comment