1

私の Moodle データベースでは、mdl_certificate テーブルを選択するたびに、MySQL サーバーがダウンします。PHPMyAdmin に問題があるのではないかと思いましたが、MySQL Workbench をインストールしても同じことが起こります。

というわけで、コンソールを試してみました。問題は解決しません。私は2つの印刷物を手に入れました:

他のテーブルを使用すると、すべて問題ありません。

接続の喪失

私はこれを見たことがない。どうすれば解決できますか?

ありがとう!

更新: これは、エラーが表示されたときのログです。

130411  8:51:20 [Note] Plugin 'FEDERATED' is disabled.
130411  8:51:20 InnoDB: The InnoDB memory heap is disabled
130411  8:51:20 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130411  8:51:20 InnoDB: Compressed tables use zlib 1.2.3
130411  8:51:20 InnoDB: Initializing buffer pool, size = 128.0M
130411  8:51:20 InnoDB: Completed initialization of buffer pool
130411  8:51:20 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130411  8:51:20  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
130411  8:51:20  InnoDB: Operating system error number 1392 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
InnoDB: File name .\prestashopprod
InnoDB: File operation call: 'readdir_next_file'.
InnoDB: Error: os_file_readdir_next_file() returned -1 in
InnoDB: directory .\prestashopprod
InnoDB: Crash recovery may have failed for some .ibd files!
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Last MySQL binlog file position 0 4793, file name .\mysql-bin.000062
130411  8:51:33  InnoDB: Waiting for the background threads to start
130411  8:51:34 InnoDB: 1.1.8 started; log sequence number 795429719
130411  8:51:34 [Note] Recovering after a crash using mysql-bin
130411  8:51:34 [Note] Starting crash recovery...
130411  8:51:34 [Note] Crash recovery finished.
130411  8:51:34 [Note] Event Scheduler: Loaded 0 events
130411  8:51:34 [Note] wampmysqld: ready for connections.
Version: '5.5.20-log'  socket: ''  port: 3306  MySQL Community Server (GPL)
4

1 に答える 1

0

解決策は、テーブルを削除して再作成することでした。幸いなことに、それらは空でした。

于 2013-04-19T14:18:09.413 に答える