Home > database >  Xampp start MySql problems
Xampp start MySql problems

Time:05-08

An error in the xampp is such
 10:06:01/mysql Attempting to start the mysql service... 
10:06:02/mysql Status change detected: running
10:06:06/mysql Status change detected: stopped
10:06:06/mysql Error: mysql shutdown unexpectedly.
10:06:06 [mysql] This may be due to a blocked port, missing dependencies,
10:06:06/mysql improper privileges, a crash, or a shutdown by another method.
10:06:06/mysql Press the Logs button to view the error Logs and check
10:06:06/mysql to the Windows Event Viewer for more clues
10:06:06 (mysql) If you need more help, copy and post this
10:06:06/mysql - log window on the forums

The mySql error log is
 10 fc 2015-11-10 15:26:56 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 have the InnoDB 's internal memory allocator. 
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Using mutexes to ref count buffer pool pages
The 2015-11-10 15:26:56 4348 InnoDB [Note] : The InnoDB heap memory is disabled
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions provides
2015-11-10 15:26:56 4348 InnoDB [Note] : the Memory barrier is not 2
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Compressed tables use zlib 1.2.3
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Not using CPU crc32 instructions
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Initializing buffer pool, size=16.0 M
The 2015-11-10 15:26:56 InnoDB [Note] : 4348 Completed initialization of buffer pool
The 2015-11-10 15:26:56 4348 [Note] InnoDB: Highest supported file format is Barracuda.
15:26:57 InnoDB [Note] : 4348 2015-11-10 128 the rollback segment (s) are active.
The 2015-11-10 15:26:57 4348 [Note] InnoDB: Waiting for purge to start
The 2015-11-10 15:26:57 4348 [Note] InnoDB: Percona XtraDB 5.6.26 (http://www.percona.com) - 74.0 started; The log sequence number 1835027
The 2015-11-10 15:26:57 6140 [Note] InnoDB: Dumping buffer pool (s) not yet started
The 4348 15:26:57 2015-11-10 [Note] the Plugin 'FEEDBACK is disabled.
The 4348 15:26:57 2015-11-10 [Note] Server socket created on IP: ':'.
The 4348 15:26:57 2015-11-10 [Note] Event Scheduler: the Loaded 0 events
The 4348 15:26:57 2015-11-10 [Note] C: \ xampp \ mysql \ bin \ mysqld exe: ready for connections.
Version: '10.1.8 - MariaDB' socket: 'port: 3306 mariadb.org binary distribution
The 5152 15:27:11 2015-11-10 [Note] C: \ xampp \ mysql \ bin \ mysqld exe: Normal shutdown

The 5152 15:27:11 2015-11-10 [Note] Event Scheduler: Purging the queue. 0 events
The 2015-11-10 15:27:11 5732 [Note] InnoDB: FTS optimize thread exiting.
The 2015-11-10 15:27:11 5152 [Note] InnoDB: Starting shutdown...
The 2015-11-10 15:27:13 5152 [Note] InnoDB: Shutdown completed; The log sequence number 1835037
The 5152 15:27:13 2015-11-10 [Note] C: \ xampp \ mysql \ bin \ mysqld exe: Shutdown complete


Tried to modify the port, join innodb_force_recovery=4 statements, can't delete ibdata1 file
  • Related