当前位置:   article > 正文

linux下安装mysql my.cnf配置文件发生错误_my_print_defaults: [error] found option without pr

my_print_defaults: [error] found option without preceding group in config fi

问题:


[root@localhost etc]# service mysqld status
my_print_defaults: [ERROR] Found option without preceding group in config file /etc/my.cnf at line 1!
my_print_defaults: [ERROR] Fatal error in defaults handling. Program aborted!
 ERROR! MySQL is not running



解决方法:
将my.cnf文件以ANSI格式保存即可


问题:
[root@localhost bin]# ./mysql -uroot -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)


解决方法:

将my.cnf配置文件中的 socket值改为 '/tmp/mysql.sock'



问题:
[root@localhost bin]# ./mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)



解决方法:
修改my.cnf
在mysqld下面添加:
[mysqld]
skip-grant-tables


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/529643
推荐阅读
相关标签
  

闽ICP备14008679号