can't login to phpmyadmin

Posted by user574383 on Stack Overflow See other posts from Stack Overflow or by user574383
Published on 2011-01-13T14:50:42Z Indexed on 2011/01/13 14:53 UTC
Read the original article Hit count: 320

Filed under:
|
|
|

Hi,

i am new at linux but i need phpmyadmin on my centos server. I did this:

cd /var/www/html/ (document root of apache)
wget http://sourceforge.net/projects/phpmyadmin/path/to/latest/version
tar xvfz phpMyAdmin-3.3.9-all-languages.tar.gz 
mv phpMyAdmin-3.3.9-all-languages  phpmyadmin
rm phpMyAdmin-3.3.9-all-languages.tar.gz 
cd phpmyadmin/
cp config.sample.inc.php config.inc.php

Ok so then i just got to a webbrowser and go to www.$ip/phpmyadmin and i am presented with a login screen asking for username and password. How can i get these credentials to log in? I'd like to log in as root i guess. But i don't know how to setup a root account and create a password for root using the cli and mysql. Please help? Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql