当前位置:
首页 >
mysql Table 'plugin' already exists
发布时间:2025/7/14
59
豆豆
生活随笔
收集整理的这篇文章主要介绍了
mysql Table 'plugin' already exists
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
2019独角兽企业重金招聘Python工程师标准>>>
ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1 141201 11:14:25 [ERROR] Aborting ERROR: 1050 Table 'plugin' already exists 141201 11:14:29 [ERROR] Aborting ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1 141201 14:39:08 [ERROR] Aborting ERROR: 1050 Table 'plugin' already exists 141201 14:39:11 [ERROR] Aborting ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1 141201 15:15:55 [ERROR] Aborting ERROR: 1050 Table 'plugin' already exists 141201 15:15:59 [ERROR] Aborting我的这个错误因为 mysql.cnf 我赋予权限去修改里面的内容。然后权限没有修改回来。所以出现了这个错误!!!
http://my.oschina.net/u/1394615/admin/new-blog
转载于:https://my.oschina.net/u/1394615/blog/351248
总结
以上是生活随笔为你收集整理的mysql Table 'plugin' already exists的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: zeromq总结
- 下一篇: SQL语句及索引优化