当前位置: 技术问答>linux和unix
linux 下mysql 以root和普通用户进入mysql的问题
来源: 互联网 发布时间:2016-07-15
本文导语: 昨天安装的。 今天突然发现以下情况: 我以root用户登陆 进入mysql需要输入密码 [root@localhost ~]# mysql -u root -p Enter password: 以普通用户登陆 进入mysql只需要输入mysql就行了 [test@localhost bin]$ mysql Welcome to the MySQ...
昨天安装的。
今天突然发现以下情况:
我以root用户登陆 进入mysql需要输入密码
[root@localhost ~]# mysql -u root -p
Enter password:
以普通用户登陆 进入mysql只需要输入mysql就行了
[test@localhost bin]$ mysql
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 18 to server version: 5.0.20a-log
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql>
为什么啊?这种情况正常吗?
今天突然发现以下情况:
我以root用户登陆 进入mysql需要输入密码
[root@localhost ~]# mysql -u root -p
Enter password:
以普通用户登陆 进入mysql只需要输入mysql就行了
[test@localhost bin]$ mysql
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 18 to server version: 5.0.20a-log
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql>
为什么啊?这种情况正常吗?
|
楼主好同志 接分