MySQL关于ERROR 1290 (HY000)报错解决方法
一个问题纠结很久,反复确认语法问题。但是后来网上搜了一下,茅塞顿开。特此总结一下。mysql> grant select,insert,update,delete on *.* to 'root'@'%';ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement mysql> flush privileg
转载
2022-01-17 13:46:43 ·
11134 阅读 ·
1 评论