mysql Table ‘plugin‘ already exists

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

时间: 2024-09-28 21:30:16

mysql Table ‘plugin‘ already exists的相关文章

MySQL: Table 'mysql.plugin' doesn't exist的解决

安装解压版MySQL以后,不能启动,日志里面出现了这个错误: MySQL: Table 'mysql.plugin' doesn't exist 这是因为mysql服务启动时候找不到内置数据库"mysql",找不到那张表,将之前的目录里面的"mysql"数据库拷贝到新的数据库文件存放目录,即可解决这个问题. MySQL: Table 'mysql.plugin' doesn't exist的解决

ERROR 1813 (HY000) at line 404: Tablespace for table '`xxx`.`xxxxx`' exists.

今天在进行mysql备份实验时,通过mysqldump命令将主机host1中的所有数据库备份到主机Host2中, 在执行命令时出现了如下错误信息. [[email protected] tmp]# mysqldump -h 192.168.5.22 -u root --password=1234 --all-databases|  mysql -h 192.168.5.33 -uroot --password=1234 ERROR 1813 (HY000) at line 404: Tables

Error : Tablespace for table '`database`.`temp`' exists. Please DISCARD the tablespace before IMPORT.解决办法

今天在navicat上操作mysql数据库表,突然没有响应了.随后重启,mysql服务也终止了.随后启动服务,检查表,发现一张表卡没了,就重新添加一张表.报了一个错: Error : Tablespace for table '`database`.`temp`' exists. Please DISCARD the tablespace before IMPORT. 可是show  databases看了一下根本就没有这张表啊.网上查了半天都没有找到类似的情况,花了好几个小时. 最后终于找到解

检查和修复mysql表:mysql table is marked as crashed and last (automatic?) repair failed

0x001  问题背景 mysql上执行相关mysql命令(我们执行的是,show procedure status)时提示 mysql.proc表crashed,无法修复(marked as crashed and last (automatic?) repair failed ) 报错信息:mysql table is marked as crashed and last (automatic?) repair failed 0x002  分析处理 mysql提供了检查和修复表的命令: my

mysql Table 'performance_schema.session_variables' doesn't exist

CMD  进入MYSQL的安装目录..Bin 下 执行 mysql_upgrade -u root -p --force 输入密码..然后等待一会儿..会跑一些东西..然后重启服务 mysql Table 'performance_schema.session_variables' doesn't exist

错误代码: 1050 Table 'emp' already exists

1.错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:create table emp( id int(8) primary key not null, ename varchar(20) not null, eage int(3), esex varchar(2) ) 错误代码: 1050 Table 'emp' already exists 执行耗时 : 0 sec 传送时间 : 0 sec 总耗时 : 0.001 sec

导入分区表的某分区报错: ORA-39151: Table "SYSTEM"."T_PART" exists.

分区表的导出/导入实验过程如下: 1. 创建测试分区表 CREATE TABLE "SYSTEM"."T_PART" ("OWNER" VARCHAR2(30), "SEGMENT_NAME" VARCHAR2(81), "PARTITION_NAME" VARCHAR2(30), "SEGMENT_TYPE" VARCHAR2(18), "SEGMENT_SUBTYPE&qu

DataTables Table plug-in for jQuery

DataTables Table plug-in for jQuery DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. Paginati

解决MySQL Table '***' is marked as crashed and should be repaired问题

昨天后端程序在读取数据库信息时候,日志报相关数据表不能读取和写入数据,进入 MySQL数据库发现 Table './wordpress/wp_posts' is marked as crashed and should be repaired 错误,因为qqtexas中有数据表被损坏了,所以读取不了数据: # mysql -u root -p Enter password: mysql> use qqtexas; Reading table information for completion