MYSQL says offline in monitor

Discussion in 'Installation/Configuration' started by davym123, Feb 6, 2018.

  1. davym123

    davym123 New Member

    Hello,

    We have ISPConfig setup for a few days but when we rebooted system SQL is suddenly on "offline" in the monitor of the panel.
    Also, all of the sudden the websites give a ERROR 503, I'm not sure if it's related or not.

    Regards,
    Davy
     
  2. davym123

    davym123 New Member

    HTTPD ERROR LOG

    [Mon Feb 05 21:10:01.743357 2018] [autoindex:error] [pid 5687] [client ::1:46266] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
    [Mon Feb 05 21:15:01.429760 2018] [autoindex:error] [pid 7940] [client ::1:46442] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive

    # netstat -tap | grep mysql
    is not giving any results.
     
    Last edited: Feb 6, 2018
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to restart MySQL and then check if it is started with ps and netstat commands. Maybe you added something to the MySQL config like skip-networking that prevents MySQL to listen on the localhost network interface.
     

Share This Page