InnoDB似乎不见了

时间:2018-08-12 21:03:32

标签: innodb processwire

前几天,当MAMP崩溃时,我正在研究某些东西。我进行了重新启动-重新启动了所有内容,但是以某种方式,我处理过的InnoDB表的所有数据都消失了。其余的db表是MyISAM表,所以我想问题就在那里。我现在有.FRM文件和.IBD文件。知道如何将其备份并运行吗?参见下面的错误报告:

180812 22:49:35 mysqld_safe Logging to '/Applications/MAMP/logs/mysql_error_log.err'.
180812 22:49:35 mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql56
2018-08-12 22:49:36 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-12 22:49:36 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2018-08-12 22:49:36 0 [Note] /Applications/MAMP/Library/bin/mysqld (mysqld 5.6.38) starting as process 7170 ...
2018-08-12 22:49:36 7170 [Warning] Setting lower_case_table_names=2 because file system for /Applications/MAMP/db/mysql56/ is case insensitive
2018-08-12 22:49:36 7170 [Note] Plugin 'FEDERATED' is disabled.
2018-08-12 22:49:36 7170 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-12 22:49:36 7170 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-12 22:49:36 7170 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-12 22:49:36 7170 [Note] InnoDB: Memory barrier is not used
2018-08-12 22:49:36 7170 [Note] InnoDB: Compressed tables use zlib 1.2.8
2018-08-12 22:49:36 7170 [Note] InnoDB: Using CPU crc32 instructions
2018-08-12 22:49:36 7170 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-12 22:49:36 7170 [Note] InnoDB: Completed initialization of buffer pool
2018-08-12 22:49:36 7170 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-12 22:49:36 7170 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-12 22:49:36 7170 [Note] InnoDB: Waiting for purge to start
2018-08-12 22:49:36 7170 [Note] InnoDB: 5.6.38 started; log sequence number 1600627
2018-08-12 22:49:36 7170 [Note] RSA private key file not found: /Applications/MAMP/db/mysql56//private_key.pem. Some authentication plugins will not work.
2018-08-12 22:49:36 7170 [Note] RSA public key file not found: /Applications/MAMP/db/mysql56//public_key.pem. Some authentication plugins will not work.
2018-08-12 22:49:36 7170 [Note] Server hostname (bind-address): '*'; port: 3306
2018-08-12 22:49:36 7170 [Note] IPv6 is available.
2018-08-12 22:49:36 7170 [Note]   - '::' resolves to '::';
2018-08-12 22:49:36 7170 [Note] Server socket created on IP: '::'.
2018-08-12 22:49:36 7170 [Note] Event Scheduler: Loaded 0 events
2018-08-12 22:49:36 7170 [Note] /Applications/MAMP/Library/bin/mysqld: ready for connections.
Version: '5.6.38'  socket: '/Applications/MAMP/tmp/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL)
2018-08-12 22:50:25 7170 [Warning] InnoDB: Cannot open table xxxx/forms from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2018-08-12 22:50:48 7170 [Warning] InnoDB: Cannot open table xxxx/forms from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2018-08-12 22:50:48 7170 [Warning] InnoDB: Cannot open table xxxx/forms_entries from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2018-08-12 22:50:48 7170 [Warning] InnoDB: Cannot open table xxxx/hanna_code from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.

0 个答案:

没有答案