Automatic authentication in PHPMyAdmin
        Posted  
        
            by Konstantin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Konstantin
        
        
        
        Published on 2010-03-23T11:54:37Z
        Indexed on 
            2010/03/23
            12:03 UTC
        
        
        Read the original article
        Hit count: 332
        
Hello!
I have a local phpMyAdmin (installed via apt-get) adn I'm tired of entering login and password every time I try to open it. Database contains no sensitive info, just test tables, and is visible only from 127.0.0.1
I want phpMyAdmin already be logged in as root user with password 1234 (for example) when I open it. How do I do that?
P.S. Saving password in a browser is not what I want.
© Stack Overflow or respective owner