| V I S U A L I Z Z A D I S C U S S I O N E |
| Virginio |
Inserito il - 29/01/2009 : 16:47:01 Non capisco perchè dopo l'installazione mysql mi rompe le palle con l'errore access denied...qualcuno sa come far funzionare per bene mysql su ubuntu? Graditissima una procedura passo passo...ringrazio anticipatamente...
Saluti |
| 1 U L T I M E R I S P O S T E (in alto le più recenti) |
| Lamia |
Inserito il - 29/01/2009 : 21:38:34 è pieno di guide in giro...cmq da http://ariejan.net/2007/12/12/how-to-install-mysql-on-ubuntudebian/: MySQL has it’s own user accounts, which are not related to the user accounts on your Linux machine. By default, the root account of the MySQL Server is empty. You need to set it. Please replace ‘mypassword’ with your actual password and myhostname with your actual hostname.
sudo mysqladmin -u root -h localhost password 'mypassword' sudo mysqladmin -u root -h myhostname password 'mypassword' |