check if your authenticcation type is not set to config (in config.inc.php )
then there is another thing: did you flush the priviliges? are you sure that you've not changed the host you way be connecting from?
what mysql server version are you running?
Password Problems, Connect Via terminal not via myadmin
Moderators: egami, macek, gesf
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact:
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact:
well, im not sure about the cause of the problem.
however you might neeed to change this line:
$cfg['Servers'][$i]['extension'] = 'mysql';
to
$cfg['Servers'][$i]['extension'] = 'mysqli';
reason: mysqli is needed for propper communication with mysql 5.0
but this shouldnt be the cause of the problem as it worked fine before.
try changing your pass via console and try to login again.
however you might neeed to change this line:
$cfg['Servers'][$i]['extension'] = 'mysql';
to
$cfg['Servers'][$i]['extension'] = 'mysqli';
reason: mysqli is needed for propper communication with mysql 5.0
but this shouldnt be the cause of the problem as it worked fine before.
try changing your pass via console and try to login again.
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact:
hmmz... are you sure you have the mysqli extention ENABLED in your php.ini ?
well, this is veeery weird, seems to me that the was the problem with how the passwords should be saved or something.
how about removing your password at all? can you login then?
well, this is veeery weird, seems to me that the was the problem with how the passwords should be saved or something.
how about removing your password at all? can you login then?