View previous topic :: View next topic |
Author |
Message |
johond Tux's lil' helper
Joined: 01 Oct 2004 Posts: 89
|
Posted: Fri Jul 01, 2005 4:53 pm Post subject: mysql errore |
|
|
# /usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
ho provato a reinstallarlo e a cancellare tutti i database ..
ma non riesco a settare la pass di root..
come faccio ? |
|
Back to top |
|
|
assente Guru
Joined: 12 Apr 2004 Posts: 570 Location: Torino, italia, New Europe
|
Posted: Fri Jul 01, 2005 4:56 pm Post subject: |
|
|
hai provato a usare la pwd di root del sistema?
Code: |
/usr/bin/mysqladmin -u root password 'new-password' -p
#metti quella vecchia e la password diventa new-password
|
_________________ Blog
E8400, 4850, P5q |
|
Back to top |
|
|
johond Tux's lil' helper
Joined: 01 Oct 2004 Posts: 89
|
Posted: Fri Jul 01, 2005 5:29 pm Post subject: |
|
|
si, non cambia nulla..
|
|
Back to top |
|
|
Peach Advocate
Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Fri Jul 01, 2005 5:35 pm Post subject: |
|
|
segui questa guida...
http://arcticalliance.se/pma.htm
è per installare correttamente phpmyadmin ma copre anche l'installazione e la configurazione base di mysql stesso...
mi sono trovato spesso anche io nel tuo stesso caso e nn riuscivo più ad uscirci _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
|
assente Guru
Joined: 12 Apr 2004 Posts: 570 Location: Torino, italia, New Europe
|
Posted: Fri Jul 01, 2005 6:53 pm Post subject: |
|
|
johond wrote: | si, non cambia nulla..
|
ma se fai
Code: |
mysql -u root -p (poi la pwd)
|
arrivi a una console? mysql>_
se sì, dovrebbe funzionare quello che ti ho già scritto,
se no, fai che pulire tutto (rasa tutto!) e ricrea le tabelle di amministrazione. _________________ Blog
E8400, 4850, P5q |
|
Back to top |
|
|
|