MySQL root funzt nach Update nicht mehr

  • Moin,


    ich habe den Server eines Freundes gerade von imscp 1.2.17 auf die aktuelle Version geupdated, alles ohne Fehlermeldungen und es scheint auch sonst alles zu funktionieren. Jedoch stimmt was mit dem MySQL root User nicht. Ich kriege keine Verbindung, als wenn dieser User nicht mehr exestiert.


    Kann man das root Passwort irgendwie zurücksetzen bzw. den User neu anlegen?

    Edited once, last by sash456 ().

  • @sash456


    See MySQL root user is deleted


    To recreate the user, you can try the following script if your current installation of i-MSCP is working:

    • Download the script (see the attachment below) into the /root directory
    • Run it as follow:
    Code
    1. # perl /root/recreate_sql_root.pl <password>


    where <password> is the password of your new SQL root user.


    Once done, you can retry to login with the new SQL root user:

    Code
    1. # mysql -u root -p<your_password>

    Pastbin version of the script: http://pastebin.com/ywkgduCP

    Files

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @sash456


    You're welcome ;)


    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206