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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -