1
nybux 2013-07-24 17:10:33 +08:00
看看mysql的错误日志
|
3
54dev OP @nybux
130724 11:13:15 [Note] Plugin 'FEDERATED' is disabled. 130724 11:13:15 InnoDB: Initializing buffer pool, size = 2.0G 130724 11:13:16 InnoDB: Completed initialization of buffer pool InnoDB: Log scan progressed past the checkpoint lsn 68 990469989 130724 11:13:16 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... InnoDB: Doing recovery: scanned up to log sequence number 68 990540111 InnoDB: Transaction 0 1257862957 was in the XA prepared state. InnoDB: 1 transaction(s) which must be rolled back or cleaned up InnoDB: in total 0 row operations to undo InnoDB: Trx id counter is 0 1257863424 130724 11:13:16 InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percents: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed InnoDB: Last MySQL binlog file position 0 11814, file name ./mysql-bin.000040 130724 11:13:17 InnoDB: Started; log sequence number 68 990540111 130724 11:13:17 [Note] Recovering after a crash using mysql-bin 130724 11:13:17 [Note] Starting crash recovery... 130724 11:13:17 InnoDB: Starting recovery for XA transactions... 130724 11:13:17 InnoDB: Transaction 0 1257862957 in prepared state after recovery 130724 11:13:17 InnoDB: Transaction contains changes to 1 rows 130724 11:13:17 InnoDB: 1 transactions in prepared state after recovery 130724 11:13:17 [Note] Found 1 prepared transaction(s) in InnoDB InnoDB: Starting in background the rollback of uncommitted transactions 130724 11:13:17 InnoDB: Rollback of non-prepared transactions completed 130724 11:13:17 [Note] Crash recovery finished. 130724 11:13:17 [Note] Event Scheduler: Loaded 0 events 130724 11:13:17 [Note] /web/database/bin/mysqld: ready for connections. Version: '5.1.66-log' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Server (GPL) |