我搭建了一套网站系统,后台都是用的mysql数据库,每个网站都是用的独立的一个数据库实例,昨天不小心把一个新网站的数据放在默认启动mysql实例里面了,我就drop掉了mysql实例中的所有表。今天打开电脑就无法启动了,1067的错误,用mysql server instance config wizard 重新配置,到重启实例的时候就一直未响应了。现在不知道能有什么方法把里面的数据弄出来,重装倒是没有关系。

解决方案 »

  1.   

    111029 11:15:50 [Note] Plugin 'FEDERATED' is disabled.
    mysqld.exe: Table 'mysql.plugin' doesn't exist
    111029 11:15:50 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    111029 11:15:51  InnoDB: Started; log sequence number 0 44243
    mysqld.exe: Too many arguments (first extra is 'campusonline').
    Use --verbose --help to get a list of available options
    111029 11:15:51 [ERROR] Aborting111029 11:15:51  InnoDB: Starting shutdown...
    111029 11:15:56  InnoDB: Shutdown completed; log sequence number 0 44243
    111029 11:15:56 [Note] mysqld.exe: Shutdown complete111029 11:17:26 [Note] Plugin 'FEDERATED' is disabled.
    E:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Table 'mysql.plugin' doesn't exist
    111029 11:17:26 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    111029 11:17:26  InnoDB: Started; log sequence number 0 44243
    111029 11:17:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
      

  2.   


    我就是把默认启动实例mysql 的所有表都drop掉了...现在就进不去了