QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 693|回复: 0

MySQL的用户权限问题

[复制链接]
发表于 2006-5-18 03:03:06 | 显示全部楼层 |阅读模式
编译安装的mysql
使用$mysql 登录进去执行
mysql> create database kk;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'kk'
-------------------------
[wanyu@BanYao ~]$ mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
也不行,mysql的root用户密码默认不是空的吗??
-----------------------------------------

还有的是运行任何语句都说语法错误:
$mysql
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select 'dd'' at line 1
mysql>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 23:03 , Processed in 0.062941 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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