亚星游戏官网-yaxin222

门户 | 手机客户端 | 论坛 | 人才 | 百科 | 搜索 | 技术问答 | English
待解决问题
mysql问题求助,help~~
离问题结束还有0天0小时  |  提问者:philzhang1984   |  提问时间:2013-7-22 14:18
我进user数据库后修改了下root的密码,再进mysql,就只能看到两个库,其他的都看不到了,并且提示我这个是空账号,有谁知道咋处理啊 mysql> mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | test | +--------------------+ 2 rows in set (0.00 sec) mysql> use user ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'user'

下面是在mysql官方网站上看到的说明,主要用于帮助设置Mysal的data目录,这个目录的位置,和楼主过去的数据文件存放位置有关系。内容是英文的,也许官方网站上有中文内容,楼主或许可以自己查找一下。

4.4.6. mysql_install_db — Initialize MySQL Data Directory




mysql_install_db initializes the MySQL data directory and creates the system tables that it contains, if they do not exist. mysql_install_db is a shell script and is available only on Unix platforms.
To invoke mysql_install_db, use the following syntax:
shell> mysql_install_db [options]
http://dev.mysql.com/doc/refman/5.0/en/mysql-install-db.html
回答时间:2013-7-23 18:50
 
我要回应:  回应字数在5000字以内

 

XML 地图 | Sitemap 地图