Xampp Mysql未意外运行MySQL关闭

时间:2018-11-30 07:24:27

标签: php mysql windows xampp

当我尝试使用控制面板MySQL意外关闭运行xampp时,我检查了日志文件,并发现这也是我尝试删除mysqlx / data /后删除temp文件的开始,但我每次删除temp时,所有数据库都崩溃了文件......我正在使用Windows 10 64bit ...请帮助我

2018-11-30 12:18:23 3520 [Note] Plugin 'FEDERATED' is disabled.
c:\xampp5\mysql\bin\mysqld.exe: Table 'mysql.plugin' doesn't exist
2018-11-30 12:18:23 3520 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2018-11-30 12:18:23 2c38 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2018-11-30 12:18:23 3520 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-11-30 12:18:23 3520 [Note] InnoDB: The InnoDB memory heap is disabled
2018-11-30 12:18:23 3520 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-11-30 12:18:23 3520 [Note] InnoDB: Memory barrier is not used
2018-11-30 12:18:23 3520 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-11-30 12:18:23 3520 [Note] InnoDB: Not using CPU crc32 instructions
2018-11-30 12:18:23 3520 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-11-30 12:18:23 3520 [Note] InnoDB: Completed initialization of buffer pool
2018-11-30 12:18:23 3520 [Note] InnoDB: Highest supported file format is Barracuda.
2018-11-30 12:18:24 3520 [Note] InnoDB: Log scan progressed past the checkpoint lsn 49463
2018-11-30 12:18:24 3520 [Note] InnoDB: Database was not shutdown normally!
2018-11-30 12:18:24 3520 [Note] InnoDB: Starting crash recovery.
2018-11-30 12:18:24 3520 [Note] InnoDB: Reading tablespace information from the .ibd files...
2018-11-30 12:18:24 3520 [Note] InnoDB: Restoring possible half-written data pages 
2018-11-30 12:18:24 3520 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Doing recovery: scanned up to log sequence number 1600624
2018-11-30 12:18:24 3520 [Note] InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percent: 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
2018-11-30 12:18:24 3520 [Note] InnoDB: 128 rollback segment(s) are active.
2018-11-30 12:18:24 3520 [Note] InnoDB: Waiting for purge to start
2018-11-30 12:18:24 3520 [Note] InnoDB: 5.6.25 started; log sequence number 1600624
2018-11-30 12:18:24 3520 [Note] Server hostname (bind-address): '*'; port: 3307
2018-11-30 12:18:24 3520 [Note] IPv6 is available.
2018-11-30 12:18:24 3520 [Note]   - '::' resolves to '::';
2018-11-30 12:18:24 3520 [Note] Server socket created on IP: '::'.

0 个答案:

没有答案