[PLUTO-help] Problemi di amministrazione con mysql
Davide Lo Re
dlore a inwind.it
Mar 21 Ott 2003 22:28:08 CEST
>
> This creates the 'mysql' database which will hold all database
> privileges, the 'test' database which you can use to test MySQL, and
> also privilege entries for the user that run 'mysql_install_db' and a
> 'root' user (without any passwords). This also starts the 'mysqld'
> server.
>
> Cioč viene subito creato un utente root senza alcuna password. Stai
> attento che mysql verifica tre cose: l'utente, la sua password e da
> dove si collega.
>
> Quando cerchi di entrare nel db mysql prova ad usare anche l'opzione -h
> con indicato il nome della macchina (di seguito prova localhost, il
> nome della macchine, il fqdn (nome_macchina.dominio.quello_che_vuoi) e
> per ultimo l'ip.
>
> In poche parole 'mysql -u root -h [nome] mysql'.
FUNZIONA!!!!!!!!
ho dovuto usare:
shell> mysql_install_db
shell> mysqladmin -u root password '<mypassword>' -h 127.0.0.1
A questo punto per connettersi bisogna fare:
shell> mysql --databse=<db_da_aprire> -u root -p -h 127.0.0.1
Chiaramente 127.0.0.1 va cambiato se siete in rete, ma non ho fatto la
prova.
Grazie Stefano
Davide
More information about the pluto-help
mailing list