你要建立名为mysql的用户和mysql用户组。

解决方案 »

  1.   

    关于 Access denied for user: 'root@localhost' 
    的错误。请查手册。
      

  2.   

    to  LostinDark(Lost_in_Dark) :
    系统内已有mysql用户和mysql用户组,用mysql用户登录后运行mysql能出现提示符:mysql>
    但是执行任何sql语句出错:
    mysql> create database test;
    ERROR 1044: Access denied for user: '@localhost' to database 'test'又是什么原因呢?
    to  bombshell(水中鱼):
    我是初次使用mysql,也没手册,能告诉我在哪里能找到手册吗?
      

  3.   

    to  LostinDark(Lost_in_Dark) :# mysql -u root -p
    Enter password:
    ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)