ispconfig mysql password changed

Discussion in 'ISPConfig 3 Priority Support' started by monnoliv, May 22, 2014.

  1. monnoliv

    monnoliv Member

    Hi,

    I did a bad mistake. I've changed the ispconfig mysql password. Now, no means to go to the panel.
    What can I do?

    Raegards,

    Olivier
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Look into /usr/local/ispconfig/interface/lib/config.inc.php
    There is the password listed and you can change it back in mysql.
     
  3. monnoliv

    monnoliv Member

    I'm sorry but I did the reverse.
    I've changed the password in config.inc.php both in interface and server to match the one in mysql and it didn't work.
     
  4. monnoliv

    monnoliv Member

    I manage to read the password from a backup conf file. It seems that the password is encrypted. How can I decrypt and inject this password into mysql ispconfig user?
    Regards,
     
  5. monnoliv

    monnoliv Member

    I also did a
    Code:
    php -q update.php
    without and with reconfiguring master database but noway.
    Please, help
    Olivier
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The password is not encrypted,it is the cleartext password. take this password and set it for the ispconfig mysql user with phpmyadmin.
     
  7. monnoliv

    monnoliv Member

    Ok it works, It seems I did other mistake.
    Thank you all,
    Olivier
     

Share This Page