phpMyAdmin doesn't work anymore

Discussion in 'Installation/Configuration' started by Mathew, Jan 5, 2010.

  1. Mathew

    Mathew New Member

    For some reason, my phpmyadmin isn't working for about a month. I thought it has something to to with an update. But it stil won't work.

    I tried already some versions.

    I installed it with ispconfig3 (and it updates with apt-get update..)

    Error:
    Code:
    #1045 - Access denied for user 'root'@'localhost' (using password: NO) 
    
    I searched google allot, but nothing found to fix my error.

    Thanks in advance
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to enter a password for the root mysql user, when you login to the database. If phpmyadmin does not ask for a username and password, then the wrong authentication method might be selected in the phpmyadmin configuration file.
     
  3. Mathew

    Mathew New Member

    Indeed.
    auth_type in config/config.inc.php was set to config instead of cookie!

    You're the best!
     

Share This Page