创建一个用户,登录访问,报错:The MySQLserver is running with the –skip-grant-tablesoption so it cannot execute this statement 解决: 出现lush privileges 一下就OK了, mysql> ...
skip-grant-tables下GRANT ALL PRIVILEGES ON *.* TO helei IDENTIFIED BY 'MANAGER' WITH GRANTOPTION;执行这句时候错误:ERROR 1290 (HY000): The MySQLserver is running with the --skip-grant-tablesoption so it cann
问题:mysqlskip-grant-tables 无法启动解决方法:在 my.ini 文件中加入log-error=E:\WebData\mysql-5.7.33-winx64\\log\\mysqld.log然后启动,会报错,然后查看ERROR的错误日志我的提示是2021-12-18T14:34:53.242583Z 0 [Note] Plugin 'FEDERATED' is d