你的主机名怎么会是那个呢?用下面的命令进行登录
mysql -h localhost -u root -p-h可以省略,因为默认的主机名就是localhost或127.0.0.1;-u 后面跟用户名;-p表示要使用密码进行登录。
我的登录如下:
D:\MySQL\MySQL 5.0\bin>mysql -uroot -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 5.0.19-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql>