Menu

what is the log-in?

Help
2005-09-22
2013-04-15
  • Nobody/Anonymous

    i can't access to mysql admin - using root.

    what is going on?  nothing promt during the installation as for the setting the log-in.

    thanks

     
    • Nobody/Anonymous

      same problem here...
      during installation i entered a MySQL ROOT password, but I can't log in on phpMyAdmin with those credentials.

       
  • Anonymous

    Anonymous - 2011-04-28

    After researching this forum I've start searching in phpmyadmin files and this is what I've got

    $cfg['Servers'][$i]['controluser']      = 'pma';
    $cfg['Servers'][$i]['controlpass']      = '5zxKtWTKGZZLVQLr';
    

    So, if you just installed Ver 1.3.6.0 like me, use pma/5zxKtWTKGZZLVQLr as user/password.

     
  • Anonymous

    Anonymous - 2011-04-28

    I found that is not really root account so I've got this:

    Go to

    C:\WebServ\mysql\my.ini
    

    and after

    # The following options will be read by MySQL client applications.
    # Note that only client applications shipped by MySQL are guaranteed
    # to read this section. If you want your own MySQL client program to
    # honor these values, you need to specify it as an option during the
    # MySQL client library initialization.
    #
    [client]
    

    add

    password    = "yourROOTpassword"
    

    So you can grant access to the root account.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.