View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jan 12, 2005 7:13 am Post subject: phpmyadmin impazzito |
|
|
ragazzi è un po' che non uso phpmyadmin, ma mi sembra impazzito.
Se provo a fare Code: | mysql -p
Password: ****
| entro e lavoro tranquillo da user root chiaramente. Ma se apro 127.0.0.1/phpmyadmin mi chiede user e password e quando dico root **** mi nega l'accesso. Perchè? e come resettargli la password? _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
alemare Tux's lil' helper
Joined: 23 Sep 2004 Posts: 137 Location: Firenze
|
Posted: Wed Jan 12, 2005 8:28 am Post subject: |
|
|
Ciao! prova a vedere cosa hai nel config.inc.php nella cartella di phpmyadmin quando ti chiede in che modo vuoi fare l'autenticazione, la riga è questa:
Code: | $cfg['Servers'][$i]['auth_type'] = 'http'; |
se metti lì http come ho io quando provi a collegarti ti appare la richiesta di inserire utente e pass con cui ti colleghi a mysql... e in base a che utente metti hai i vari privilegi...
le due righe successive io ho cancellato i valori perchè c'è scritto che servono per l'autenticazione automatica..
Ciao Ale |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jan 12, 2005 8:38 am Post subject: |
|
|
Code: | mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.0.23
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
| Eppure in consolle tutto worka _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
|