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相关推荐

  1. mysql table plugin,MySql报错Table mysql.plugin doesn’t exist的解决方法

    MySql报错Table mysql.plugin doesn't exist的解决方法 一般产生原因是手工更改my.ini的数据库文件存放地址导致的 mysql服务启动时候找不到内置数据库" ...

  2. MySQL 对 CREATE TABLE IF NOT EXISTS SELECT 的处理

    MySQL 支持创建数据表时判断是否存在,存在则不创建,不存在则创建,相应语句如下: --格式 CREATE TABLE IF NOT EXISTS [Table Definition];--示例 C ...

  3. MySQL之建表时[Err] 1050 - Table ‘users‘ already exists异常解决方法

    当执行MySQL新建表格table时: 例如: create table students( uid int not null auto_increment, uname varchar(30) no ...

  4. MySQL出现[Err] 1050 - Table 't_active' already exists异常

    MySQL 在新增表格时 create table  t_active (    ActiveId             int not null auto_increment,    Active ...

  5. ERROR 1813 -Mysql:Tablespace for table 'xxx`.'xxx` exists.

    ERROR 1813 (HY000) at line 73: Tablespace for table '`test`.`student`' exists. Please DISCARD the ta ...

  6. mysql table exists_mysql的CREATE TABLE IF NOT EXISTS 的使用方法

    mysql的CREATE TABLE IF NOT EXISTS 的使用方法 DROP TABLE IF EXISTS t_bd_shop_bi; CREATE TABLE IF NOT EXISTS ...

  7. hive 格式化:Error: Table ‘CTLGS‘ already exists (state=42S01,code=1050) Closing: 0: jdbc:mysql://hadoop

    hive 格式化schematool -initSchema -dbType mysql -verbose 出现:Error: Table 'CTLGS' already exists (state= ...

  8. 关于MySQL : CREATE TABLE if not exists xxx/ALTER TABLE xxx ADD COLUMN IF NOT EXISTS xxx语法使用注意

    背景 在测试程序时,对于你新建的表,并且额外插入了其他新的列字段.当你再次插入时,报错,表名或者列名重复. 导致的结果 导致的结果就是你的程序运行不下去,因为在你周期调度,或者再次调度时,逻辑上需要再 ...

  9. 数据库备份 Mysql table '' doesn`t exist .(mysql数据库复制迁移时除了复制文件夹外还要复制data目录下的ibdata1文件)

    今天在整理一个网站的时候,操作系统由于系统自动更新导致一直出现系统蓝屏死机,唉,悲剧了,于是重新安装了系统 windows server 2008 enterprise 32bit. 详情: 系统安装 ...

最新文章

  1. 图像的线性变换的原理及OpenCV代码实现~
  2. [OSDI 16] Wukong : 基于RDMA的高并发、快速的分布式RDF Graph Query系统
  3. [转]oracle设计数据库应选择正确的数据类型
  4. 卡尔曼滤波器算法(Kalman Filter)—— 数学推导,图文并茂
  5. python中常见的运行时错误_17个常见的Python运行时错误
  6. numpy的基本使用2
  7. 综合布线故障排除和诊断—DSX-600
  8. leetcode 190. 颠倒二进制位
  9. asp.net mvc使用mysql_如何使用MySQL设置ASP.NET MVC 2?
  10. DPDK 20.05 | rte_pci_bus思维导图 | 第一版
  11. Codeforces Round #327 div2
  12. Postman高级用法
  13. android引用aar中的字体,android.mk引用aar
  14. 各种css文字样式效果——多个行内元素居中,三点,缩进,阴影等
  15. WAF防火墙是什么呢
  16. 汉字点阵c语言程序,用c51单片机控制1616点阵显示汉字源代码
  17. serverless入门介绍
  18. s7填表指令att_这些PLC指令你会用吗?plc编程入门
  19. [论文翻译]基于图像自适应GAN重建
  20. Word文档密码忘记了

热门文章

  1. OS X 要改名为 MacOS 是因为 iOS 10 要来了?
  2. 高性能网站建设的14个原则
  3. MySQL参数调优[转载]
  4. window连接不上linux ftp_Linux文件自动备份方案
  5. 数据结构 结构的声明 一个结构作为另一个结构的成员 单向链表的实现 双向链表的实现
  6. php 返回查询结果某个字段
  7. 《移动平台开发》第3周学习总结
  8. executing an update/delete query问题
  9. 广告行业中常说的 CPC,CPM,CPD,CPT,CPA,CPS 等词的意思是什么?
  10. Android java判断字符串包含某个字符段(或替换)