|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi ,
can anyone solve my problem? I have installed a binary version of mySQL. The mysqld daemon seems to work but when I try to connect to the server as a root user('pippo' is the pwd, the command "mysqladmin -u root -p password pippo" seems to work), it happens as follow: mysql/bin# ./mysql -u root -p pippo Enter password: (I type 'pippo') ERROR 1049: Unknown database 'pippo' mysql/bin# |
|
#2
|
|||
|
|||
|
use
./mysql -uroot -ppippo It was taking pippo as the database, or don't put the pippo in :- ./mysql -uroot -p And enter tha password when prompted ------------------ Regards Darren -- http://www.php4hosting.com/ $ http://www.php4hosting.co.uk/ £ PHP/MySQL Enabled Hosting/Dedicated Servers |
|
#3
|
|||
|
|||
|
now it's fine.
Thanks a lot, alessio |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > connect to server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|