Hi I'm following the manual at chapter 3.3.1.2 Installing The Two Servers I have followed the guide and when I have to restart mysql after setting up mirrored config I got /etc/init.d/mysql start * Starting MySQL database server mysqld [fail] I have checked logfiles from /var/log/mysql but they are all empty. Please can you help?
Your mysql version is much newer then the one used in the ispconfig docs. See here for the instructions to set the values for mysql 5.5: http://www.howtoforge.com/forums/showthread.php?t=66078
I have tried to remove the parameter host, user and password in order to set up using the other method but mysql fail to start again I got this in the error log 140807 16:32:28 [ERROR] /usr/sbin/mysqld: unknown variable 'master-connect-retry=60' 140807 16:32:28 [ERROR] Aborting I have removed the parameter master-connect-retry=60 is a problem? Please can you explain better the suggestion on the other thread? I have to type that line in the mysql's command line? Thanks you.
that should be ok. yes. In latests mysql versions, the connect parameters are set with the mysql commandline instead of setting them in the config file.