Are there any plans for creating "How To" for multiserver setup on Debian 7 (Wheezy) with Mysql 5.5? I tried to follow http://www.howtoforge.com/installing-a-web-email-and-mysql-database-cluster-on-debian-6.0-with-ispconfig-3 without a luck. Anyone has multiserver setup on debian 7 with mysql 5.5? Any advice on how you got it setup? Thanks!
What didn't work? Make sure do replace packages that contain version numbers with their Wheezy equivalent (like mysql-server-5.1 with mysql-server-5.5 etc.)
See this post I cannot seem to fix the mysql replication. Setup guide has these values which do not work under mysql 5.5, if I edit /etc/mysql/my.cnf and add these lines: Code: [mysqld] master-host = 192.168.0.106 master-user = slaveuser master-password = mypassword master-connect-retry = 60 I cannot start mysql. How to fix broken mysql replication or start over? Thanks!