请教高手啊。。在线等

请教高手啊。。在线等

我在mysql下面怎么出现这样的提示啊
而且链接mysql这个库也连不上
mysql> use mysql
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
你没有登录吧...进入mysql的时候 mysql -uzhangsan -p123456 这样的形式
登录了啊,
[root@localhost etc]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 4.1.12

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

mysql>
mysql>
mysql>
mysql>
我就是在webmin里面把数据库里面
root 用户名住能在localhost登录的属性改成了所有都可以登录

然后就出现这样的问题
showdatabases ,有MYSQL这个表么?我在linux下安装完,要是直接打MYSQL进入的话就没有这个表.
还有啊,[root@localhost etc]# mysql怎么是登录了呢?-u -p参数都没有传不是么...?
不是的啊,刚刚还都是好的

我就是想在远程能用root用户登录mysql

我就在webmin里面把root只能在localhost登录的属性给改了

改完之后就看不到mysql这个表了,只有一个test表

然后就出现了刚刚说的问题
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 12 to server version: 4.1.12

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

mysql>
mysql>
mysql>
mysql>
mysql>
我在随便哪个目录下。直接用mysql就可以啊
很直接的告诉你那是你的权限问题,用grant对这个用户加权限吧,关于mysql要把它应用到高可用上,还有mysql同步,mysql 的群集知识等.要学学