Setting up MySQL database replication [without restarting mysql]
- by FunkyChicken
I'm trying to setup MySQL db replication, it seems pretty straight forward.
I was using this tutorial: http://www.howtoforge.com/mysql_database_replication
Now I run a rather large MySQL database for a very large website, and in this tutorial it asks me to restart MySQL to apply the new settings in the /etc/my.cnf file.
I'm try to avoid that…