QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 987|回复: 2

请教MySQL问题

[复制链接]
发表于 2005-7-31 21:41:38 | 显示全部楼层 |阅读模式
bash-3.00$ /usr/local/mysql/bin/mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 3.23.58-log

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

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


请问为何无法建立??谢谢~~~~~~~~~~~~~~~
发表于 2005-8-1 09:45:13 | 显示全部楼层
是不是用户没用创建权限,你是用root登录的吗?
回复

使用道具 举报

发表于 2005-8-1 12:45:13 | 显示全部楼层

是不是本地登录!

如果是本地登录,你又没有修改过配置文件!

那么请用  mysql -u root -p
password:

password 在mysql刚刚安装默认是没有的,

mysqladmin -u root password "yourpasswd"

登录mysql以后,GRANT ALL ON *.* TO root@% IDENTFIED BY "yourpasswd"
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 16:01 , Processed in 0.046950 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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