[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.
星伦 于 2008-08-31 16:34:44发表:
很直接的告诉你那是你的权限问题,用grant对这个用户加权限吧,关于mysql要把它应用到高可用上,还有mysql同步,mysql 的群集知识等.要学学
zswwf 于 2008-08-29 16:40:35发表:
我在随便哪个目录下。直接用mysql就可以啊
zswwf 于 2008-08-29 16:39:47发表:
[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>
zswwf 于 2008-08-29 16:39:14发表:
不是的啊,刚刚还都是好的
我就是想在远程能用root用户登录mysql
我就在webmin里面把root只能在localhost登录的属性给改了
改完之后就看不到mysql这个表了,只有一个test表
然后就出现了刚刚说的问题
hyogacs 于 2008-08-29 16:34:47发表:
showdatabases ,有MYSQL这个表么?我在linux下安装完,要是直接打MYSQL进入的话就没有这个表.
还有啊,[root@localhost etc]# mysql怎么是登录了呢?-u -p参数都没有传不是么...?
zswwf 于 2008-08-29 16:29:26发表:
我就是在webmin里面把数据库里面
root 用户名住能在localhost登录的属性改成了所有都可以登录
然后就出现这样的问题
zswwf 于 2008-08-29 16:27:48发表:
登录了啊,
[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>
hyogacs 于 2008-08-29 16:24:36发表:
你没有登录吧...进入mysql的时候 mysql -uzhangsan -p123456 这样的形式