Problem with login to ISPConfig

Discussion in 'Installation/Configuration' started by Jedrzej82, Sep 4, 2017.

  1. Jedrzej82

    Jedrzej82 New Member

    Ubuntu 16.04 nginx

    When I open address
    https://IP:8080 or http://www.example.com:8080
    I get message
    "Username or Password wrong.1"

    so I open my terminal and I run from it
    ispconfig_update.sh
    [git-stable]
    and error:

    Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]:

    Creating backup of "/usr/local/ispconfig" directory...
    Creating backup of "/etc" directory...
    Unable to connect to mysql server No such file or directory
     
  2. Jedrzej82

    Jedrzej82 New Member

    systemctl status mysql.service
    ● mysql.service - LSB: Start and stop the mysql database server daemon
    Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled)
    Active: failed (Result: exit-code) since Mon 2017-09-04 14:46:05 UTC; 4min 24s ago
    Docs: man:systemd-sysv-generator(8)
    Process: 8896 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)

    Sep 04 14:45:34 vps1 systemd[1]: Starting LSB: Start and stop the mysql database server daemon...
    Sep 04 14:45:34 vps1 mysql[8896]: * Starting MariaDB database server mysqld
    Sep 04 14:46:05 vps1 mysql[8896]: ...fail!
    Sep 04 14:46:05 vps1 systemd[1]: mysql.service: Control process exited, code=exited status=1
    Sep 04 14:46:05 vps1 systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
    Sep 04 14:46:05 vps1 systemd[1]: mysql.service: Unit entered failed state.
    Sep 04 14:46:05 vps1 systemd[1]: mysql.service: Failed with result 'exit-code'.
     
  3. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    The reason mysql won't start is probably found in the logs, or you could try to stop then start it and see what it says. A system reboot is a shotgun attempt to get it going, but likely wouldn't hurt.
     
    Jedrzej82 likes this.

Share This Page