Mysql 1050后接1051

Mysql 1050后接1051,mysql,mysql-error-1050,mysql-error-1051,Mysql,Mysql Error 1050,Mysql Error 1051,请帮我弄清楚这个。我已经尝试过删除和重新创建数据文件、刷新表、重新启动数据库和整个服务器 InnoDB正在生效恢复=4 >mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.5.16 MySQL Community Server (GPL) Copyright (c) 2000, 2011, Oracl

请帮我弄清楚这个。我已经尝试过删除和重新创建数据文件、刷新表、重新启动数据库和整个服务器

InnoDB正在生效恢复=4

>mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.5.16 MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use wotstats_info_gold;
Database changed
mysql> show tables;
Empty set (0.00 sec)

mysql> create table player_team_role ( id int(11) ) ;
ERROR 1050 (42S01): Table '`wotstats_info_gold`.`player_team_role`' already exists
mysql> drop table player_team_role;
ERROR 1051 (42S02): Unknown table 'player_team_role'
mysql> flush tables;
Query OK, 0 rows affected (0.00 sec)

mysql> create table player_team_role ( id int(11) ) ;
ERROR 1050 (42S01): Table '`wotstats_info_gold`.`player_team_role`' already exists
mysql>

有时,在sql模式下,在/var/lib/mysql/或其他位置下的wotstats\u info\u gold数据文件夹中,会出现从PAD\u CHAR\u到\u FULL\u LENGTH的权限等异常情况吗?如果删除数据库会发生什么?不,权限是可以的。