mysql fail to start on ubuntu mirrored setup

Discussion in 'ISPConfig 3 Priority Support' started by b7d8, Aug 7, 2014.

  1. b7d8

    b7d8 New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. b7d8

    b7d8 New Member

    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.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     

Share This Page