can't login to phpmyadmin
- by user574383
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.