Page is a not externally linkable
- Hardware and OS Related Technologies
-- Website Technology Issues
---- Moving a MySQL database to a different server


freeflight2 - 6:44 am on Sep 20, 2006 (gmt 0)


1.) service mysql stop
2.) rsync -e ssh -avz /var/lib/mysql/database_name/ user@server.ip:/var/lib/mysql/database_name/
3.) server mysql start

==> your DB will be ready on the new server with IP=server.ip


Thread source:: http://www.webmasterworld.com/website_technology/3089663.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com