dema
August 27th, 2006, 09:21 AM
I'm installing mySQL like this:
http://ubuntuguide.org/wiki/Dapper#How_to_install_MYSQL_Database_Server
But when entering:
mysqladmin -h root@dennis-laptop -u root password my-password
I get this error:
mysqladmin: connect to server at 'root@dennis-laptop' failed
error: 'Unknown MySQL server host 'root@dennis-laptop' (1)'
Check that mysqld is running on root@dennis-laptop and that the port is 3306.
You can check this by doing 'telnet root@dennis-laptop 3306'
Can anybody tell me why?
http://ubuntuguide.org/wiki/Dapper#How_to_install_MYSQL_Database_Server
But when entering:
mysqladmin -h root@dennis-laptop -u root password my-password
I get this error:
mysqladmin: connect to server at 'root@dennis-laptop' failed
error: 'Unknown MySQL server host 'root@dennis-laptop' (1)'
Check that mysqld is running on root@dennis-laptop and that the port is 3306.
You can check this by doing 'telnet root@dennis-laptop 3306'
Can anybody tell me why?