Because MySQL mechanism is very simple, it does not holds database informations like the Master database do in MS SQL or in Oracle.
To copy the database:
1) Shutdown the MySQL server
2) Copy your database folder to the slave machine, under the data folder.
That's it.
If you want database compatibility between various platforms (Linux, Unix, Windows etc), you should use MySQL version 3.23.X above by using MyISAM database format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.