I got mail notification about mysql error.

  • Hello,
    I got mail notification about mysql error everyday.
    It's error message.


    How to fix it?

  • main::run: MySQL server has gone away


    Have you tried restarting MySQL service?

  • Hello,
    I has restart mysql service.I will check have this error message.
    But I have another question.
    Is the 1.3.0 can't login mysql use root account?Because I need backup database to another disk.How to enable root login mysql?

  • You can use the new imscp user you created on installation process of 1.3.0 via phpmyadmin (default: imscp_user). Otherwise you still can use root via command e.g. mysqldump...

  • I also check command.


    Quote

    root@web1:~# mysql -u root -p
    Enter password:
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

    I make sure the password is correct.I another 1.3.0 imscp can't login mysql by root account with command.

    Edited once, last by akong7777 ().