Page 1 of 1

I can't login to phpmyadmin

PostPosted: 18. February 2011 18:32
by Paleo.Javanicus
dear friend,
i just install apache for linux (lampp) 1.7.1 on ubuntu 10.04.1 LTS
my problem is i can't login to phpmyadmin because the apache has never asked me to create username and password when i installing
so how to do login but i don't know myusername and password

thx a lot

Re: I can't login to phpmyadmin

PostPosted: 18. February 2011 19:15
by Altrea
The default username password combination is the following:

user: root
with empty password

Re: I can't login to phpmyadmin

PostPosted: 18. February 2011 19:36
by Paleo.Javanicus
Altrea wrote:The default username password combination is the following:

user: root
with empty password


it can't works, with notice : "Login without a password is forbidden by configuration (see AllowNoPassword)" :(
and if i login with the combination :
user : root
password : root
it's notice : "#1045 Cannot log in to the MySQL server" :(

so how to do login?
thx a lot

Re: I can't login to phpmyadmin

PostPosted: 18. February 2011 19:59
by Altrea
Please take a look in your phpmyadmin config.inc.php file.
Search for $cfg['Servers'][$i]['AllowNoPassword']