Page 1 of 1

MySQL won't start

PostPosted: 13. March 2017 13:05
by EmielC
Hi all,

How to fix my MySQL server quiting automatically. This is the log file:

2017-03-13 13:08:37 388 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.
2017-03-13 13:08:37 904 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2017-03-13 13:08:37 904 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2017-03-13 13:08:37 904 [Note] InnoDB: The InnoDB memory heap is disabled
2017-03-13 13:08:37 904 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2017-03-13 13:08:37 904 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2017-03-13 13:08:37 904 [Note] InnoDB: Compressed tables use zlib 1.2.3
2017-03-13 13:08:37 904 [Note] InnoDB: Using generic crc32 instructions
2017-03-13 13:08:37 904 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2017-03-13 13:08:37 904 [Note] InnoDB: Completed initialization of buffer pool
2017-03-13 13:08:37 904 [Note] InnoDB: Highest supported file format is Barracuda.
2017-03-13 13:08:37 904 [Note] InnoDB: 128 rollback segment(s) are active.
2017-03-13 13:08:37 904 [Note] InnoDB: Waiting for purge to start
2017-03-13 13:08:37 904 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 1835601
2017-03-13 13:08:37 9352 [Note] InnoDB: Dumping buffer pool(s) not yet started
2017-03-13 13:08:37 904 [Note] Plugin 'FEEDBACK' is disabled.
2017-03-13 13:08:37 904 [Note] Server socket created on IP: '::'.
2017-03-13 13:08:37 904 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Elk socketadres (protocol/netwerkadres/poort) kan normaal slechts één keer worden gebruikt.


2017-03-13 13:08:37 904 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2017-03-13 13:08:37 904 [ERROR] Aborting


Thanks!