mysql中不能创建数据库,为什么呢?

第一种情况是:root:/#mysql-u-pWelcometotheMySQLmonitor.Commandsendwith;or\g.YourMySQLconnect... 第一种情况是:
root:/#mysql -u -p
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 5.0.91-enterprise-gpl

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

mysql> show databases;

+--------------------+
| Database |
+--------------------+
| information_schema |
| test |
+--------------------+
2 rows in set (1.05 sec)

mysql>
mysql>
mysql>
mysql> create database company
-> ;
ERROR 1044: Access denied for user ''@'localhost' to database 'company'
mysql>

第二种情况是:
root:/#mysql -u root -p
Enter password: (我输入了密码)
ERROR 1045: Access denied for user 'root'@'localhost' (using password: YES)
root:/#
展开
 我来答
cl0554
2011-10-07 · TA获得超过617个赞
知道小有建树答主
回答量:993
采纳率:0%
帮助的人:394万
展开全部
我记得mysql -uroot 和mysql -u root是不一样的
mysql的格式要求-u后面直接跟上用户名 不要加空格
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式