Multie server setup broken

Discussion in 'ISPConfig 3 Priority Support' started by nokia80, Apr 22, 2016.

  1. nokia80

    nokia80 Member

    hi all,

    i have a 4 server when i make a website (master) no website is making in (slave) onley on one server.

    my question is how do I check if the conection is good?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look into the file /usr/local/ispconfig/server/lib/config.inc.php on the slave, there you can find the mysql login details that this slaves uses for the connection to the master server (the part with the ispcsrv* user). Take these details (hostname, user and password as shown there) and use the "mysql" command to test the concetion form the slave:

    Example:

    mysql -h master.server.tld -u ispcsrv1 -p dbispconfig
     
  3. nokia80

    nokia80 Member

    thanks working again
     

Share This Page