LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 823|回复: 2

./mysql -h localhost -u flavor -p 得问题。

[复制链接]
发表于 2003-6-15 14:51:24 | 显示全部楼层 |阅读模式
输入密码得情况:
[root@flavor bin]# ./mysql -h localhost -u flavor -p
Enter password:
ERROR 1045: Access denied for user: 'flavor@localhost' (Using password: YES)


不输入密码,直接回车得情况:
[root@flavor bin]# ./mysql -h localhost -u flavor -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 26 to server version: 3.23.56

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

为什么输入密码则不成了啊?》
发表于 2003-6-16 08:01:03 | 显示全部楼层
你有为这个用户设定密码吗?
你可能根本没有设置用户的密码,在MySQL中默认有一个所有用户都可以作为一个试验用户可以访问数据库中的test数据库,而且不需要密码,那么你所说的这个现象当然是正常的了。
建议你看看本版的关于MySQL的基础知识。
 楼主| 发表于 2003-6-16 16:50:59 | 显示全部楼层
好的。马上看去。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表