MariaDB社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3103|回复: 1
打印 上一主题 下一主题

MYSQL用户等入问题??

[复制链接]
跳转到指定楼层
1#
发表于 2008-8-22 17:50:22 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
建立两个MYSQL用户,分别如下:
      host                 name
1    %                 test
2     localhost     mysql
在登入的时候:
用户1:test   mysql -u test -p 输入密码的时候显示错误,而不用密码能登录
[root@www ~]# mysql -u test -p
Enter password:
ERROR 1045 (28000): Access denied for user 'test'@'localhost' (using password: YES)
[root@www ~]# mysql -u test
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 48
Server version: 5.0.37 Source distribution

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

mysql>

用户2:mysql   等入是正常
[root@www ~]# mysql -u mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 49
Server version: 5.0.37 Source distribution

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

mysql>


用户1不是在哪都能等入吗?怎么在着不用输密码阿?而且输入密码就无法等入了??
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 转播转播 分享分享 分享淘帖 顶 踩
2#
发表于 2008-8-23 08:46:37 | 只看该作者
是由MySQL权限表控制的,用以下SQL查看一下是什么情况:
mysql> select host,user,password from mysql.user;


mysql> show grants for test;
mysql> show grants for mysql;

就清楚了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|MariaDB社区 ( 京ICP备07012489号    |
业务联系: QQ:48474881; 邮箱: 48474881@qq.com; 电话:13911732319
声明:本站部分文章是网友转载,若未经作者同意或署名有误,请联系网站管理员。

GMT+8, 2024-11-1 16:31 , Processed in 0.150527 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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