Hi, i have MySQL Workbench 8.0 installed on my Computer but, when i want to start MySQL on xampp i get this message: Error: MySQL shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method.
Here is the Log file:
2015-11-10 15:26:56 10fc 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.
2015-11-10 15:26:56 4348 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-11-10 15:26:56 4348 [Note] InnoDB: The InnoDB memory heap is disabled
2015-11-10 15:26:56 4348 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-11-10 15:26:56 4348 [Note] InnoDB: Memory barrier is not used
2015-11-10 15:26:56 4348 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-11-10 15:26:56 4348 [Note] InnoDB: Not using CPU crc32 instructions
2015-11-10 15:26:56 4348 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-11-10 15:26:56 4348 [Note] InnoDB: Completed initialization of buffer pool
2015-11-10 15:26:56 4348 [Note] InnoDB: Highest supported file format is Barracuda.
2015-11-10 15:26:57 4348 [Note] InnoDB: 128 rollback segment(s) are active.
2015-11-10 15:26:57 4348 [Note] InnoDB: Waiting for purge to start
2015-11-10 15:26:57 4348 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835027
2015-11-10 15:26:57 6140 [Note] InnoDB: Dumping buffer pool(s) not yet started
2015-11-10 15:26:57 4348 [Note] Plugin 'FEEDBACK' is disabled.
2015-11-10 15:26:57 4348 [Note] Server socket created on IP: '::'.
2015-11-10 15:26:57 4348 [Note] Event Scheduler: Loaded 0 events
2015-11-10 15:26:57 4348 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2015-11-10 15:27:11 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown
2015-11-10 15:27:11 5152 [Note] Event Scheduler: Purging the queue. 0 events
2015-11-10 15:27:11 5732 [Note] InnoDB: FTS optimize thread exiting.
2015-11-10 15:27:11 5152 [Note] InnoDB: Starting shutdown...
2015-11-10 15:27:13 5152 [Note] InnoDB: Shutdown completed; log sequence number 1835037
2015-11-10 15:27:13 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete
2018-08-27 07:54:03 2cc0 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-08-27 7:54:03 11456 [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.
2018-08-27 7:54:03 11456 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-27 7:54:03 11456 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-27 7:54:03 11456 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-27 7:54:03 11456 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-27 7:54:03 11456 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-27 7:54:03 11456 [Note] InnoDB: Using generic crc32 instructions
2018-08-27 7:54:03 11456 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-27 7:54:03 11456 [Note] InnoDB: Completed initialization of buffer pool
2018-08-27 7:54:03 11456 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-27 7:54:04 11456 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-27 7:54:04 11456 [Note] InnoDB: Waiting for purge to start
2018-08-27 7:54:04 11456 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835037
2018-08-27 7:54:04 17304 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-27 7:54:04 11456 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-27 7:54:04 11456 [Note] Server socket created on IP: '::'.
2018-08-27 7:54:04 11456 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.34-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2018-08-28 07:22:49 5e68 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-08-28 7:22:49 24168 [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.
2018-08-28 7:22:49 24168 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 7:22:49 24168 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 7:22:49 24168 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 7:22:49 24168 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 7:22:49 24168 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 7:22:49 24168 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 7:22:49 24168 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 7:22:49 24168 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 7:22:50 24168 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 7:22:50 24168 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 1835047 in the ib_logfiles!
2018-08-28 7:22:51 24168 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2018-08-28 7:22:52 24168 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 7:22:52 24168 [Note] InnoDB: Waiting for purge to start
2018-08-28 7:22:52 24168 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835047
2018-08-28 7:22:52 14376 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 7:22:53 24168 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 7:22:53 24168 [Note] Server socket created on IP: '::'.
2018-08-28 7:22:53 24168 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 7:22:53 24168 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 7:22:53 24168 [ERROR] Aborting
2018-08-28 16:28:48 4618 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-08-28 16:28:48 17944 [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.
2018-08-28 16:28:48 17944 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 16:28:48 17944 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 16:28:48 17944 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 16:28:48 17944 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 16:28:48 17944 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 16:28:48 17944 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 16:28:48 17944 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 16:28:48 17944 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 16:28:48 17944 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 16:28:49 17944 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 16:28:49 17944 [Note] InnoDB: Waiting for purge to start
2018-08-28 16:28:49 17944 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835057
2018-08-28 16:28:49 17048 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 16:28:49 17944 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 16:28:49 17944 [Note] Server socket created on IP: '::'.
2018-08-28 16:28:49 17944 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 16:28:49 17944 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 16:28:49 17944 [ERROR] Aborting
2018-08-28 16:28:59 3738 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-08-28 16:28:59 14136 [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.
2018-08-28 16:28:59 14136 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 16:28:59 14136 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 16:28:59 14136 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 16:28:59 14136 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 16:28:59 14136 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 16:28:59 14136 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 16:28:59 14136 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 16:28:59 14136 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 16:29:00 14136 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 16:29:00 14136 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 16:29:00 14136 [Note] InnoDB: Waiting for purge to start
2018-08-28 16:29:00 14136 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835067
2018-08-28 16:29:01 24664 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 16:29:01 14136 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 16:29:01 14136 [Note] Server socket created on IP: '::'.
2018-08-28 16:29:01 14136 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 16:29:01 14136 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 16:29:01 14136 [ERROR] Aborting
Here is the Log file:
2015-11-10 15:26:56 10fc 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.
2015-11-10 15:26:56 4348 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-11-10 15:26:56 4348 [Note] InnoDB: The InnoDB memory heap is disabled
2015-11-10 15:26:56 4348 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-11-10 15:26:56 4348 [Note] InnoDB: Memory barrier is not used
2015-11-10 15:26:56 4348 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-11-10 15:26:56 4348 [Note] InnoDB: Not using CPU crc32 instructions
2015-11-10 15:26:56 4348 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-11-10 15:26:56 4348 [Note] InnoDB: Completed initialization of buffer pool
2015-11-10 15:26:56 4348 [Note] InnoDB: Highest supported file format is Barracuda.
2015-11-10 15:26:57 4348 [Note] InnoDB: 128 rollback segment(s) are active.
2015-11-10 15:26:57 4348 [Note] InnoDB: Waiting for purge to start
2015-11-10 15:26:57 4348 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835027
2015-11-10 15:26:57 6140 [Note] InnoDB: Dumping buffer pool(s) not yet started
2015-11-10 15:26:57 4348 [Note] Plugin 'FEEDBACK' is disabled.
2015-11-10 15:26:57 4348 [Note] Server socket created on IP: '::'.
2015-11-10 15:26:57 4348 [Note] Event Scheduler: Loaded 0 events
2015-11-10 15:26:57 4348 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2015-11-10 15:27:11 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown
2015-11-10 15:27:11 5152 [Note] Event Scheduler: Purging the queue. 0 events
2015-11-10 15:27:11 5732 [Note] InnoDB: FTS optimize thread exiting.
2015-11-10 15:27:11 5152 [Note] InnoDB: Starting shutdown...
2015-11-10 15:27:13 5152 [Note] InnoDB: Shutdown completed; log sequence number 1835037
2015-11-10 15:27:13 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete
2018-08-27 07:54:03 2cc0 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-08-27 7:54:03 11456 [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.
2018-08-27 7:54:03 11456 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-27 7:54:03 11456 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-27 7:54:03 11456 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-27 7:54:03 11456 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-27 7:54:03 11456 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-27 7:54:03 11456 [Note] InnoDB: Using generic crc32 instructions
2018-08-27 7:54:03 11456 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-27 7:54:03 11456 [Note] InnoDB: Completed initialization of buffer pool
2018-08-27 7:54:03 11456 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-27 7:54:04 11456 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-27 7:54:04 11456 [Note] InnoDB: Waiting for purge to start
2018-08-27 7:54:04 11456 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835037
2018-08-27 7:54:04 17304 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-27 7:54:04 11456 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-27 7:54:04 11456 [Note] Server socket created on IP: '::'.
2018-08-27 7:54:04 11456 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.34-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2018-08-28 07:22:49 5e68 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-08-28 7:22:49 24168 [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.
2018-08-28 7:22:49 24168 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 7:22:49 24168 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 7:22:49 24168 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 7:22:49 24168 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 7:22:49 24168 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 7:22:49 24168 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 7:22:49 24168 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 7:22:49 24168 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 7:22:50 24168 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 7:22:50 24168 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 1835047 in the ib_logfiles!
2018-08-28 7:22:51 24168 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2018-08-28 7:22:52 24168 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 7:22:52 24168 [Note] InnoDB: Waiting for purge to start
2018-08-28 7:22:52 24168 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835047
2018-08-28 7:22:52 14376 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 7:22:53 24168 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 7:22:53 24168 [Note] Server socket created on IP: '::'.
2018-08-28 7:22:53 24168 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 7:22:53 24168 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 7:22:53 24168 [ERROR] Aborting
2018-08-28 16:28:48 4618 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-08-28 16:28:48 17944 [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.
2018-08-28 16:28:48 17944 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 16:28:48 17944 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 16:28:48 17944 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 16:28:48 17944 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 16:28:48 17944 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 16:28:48 17944 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 16:28:48 17944 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 16:28:48 17944 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 16:28:48 17944 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 16:28:49 17944 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 16:28:49 17944 [Note] InnoDB: Waiting for purge to start
2018-08-28 16:28:49 17944 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835057
2018-08-28 16:28:49 17048 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 16:28:49 17944 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 16:28:49 17944 [Note] Server socket created on IP: '::'.
2018-08-28 16:28:49 17944 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 16:28:49 17944 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 16:28:49 17944 [ERROR] Aborting
2018-08-28 16:28:59 3738 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-08-28 16:28:59 14136 [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.
2018-08-28 16:28:59 14136 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-28 16:28:59 14136 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-28 16:28:59 14136 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-28 16:28:59 14136 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-28 16:28:59 14136 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-28 16:28:59 14136 [Note] InnoDB: Using generic crc32 instructions
2018-08-28 16:28:59 14136 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-28 16:28:59 14136 [Note] InnoDB: Completed initialization of buffer pool
2018-08-28 16:29:00 14136 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-28 16:29:00 14136 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-28 16:29:00 14136 [Note] InnoDB: Waiting for purge to start
2018-08-28 16:29:00 14136 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1835067
2018-08-28 16:29:01 24664 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-08-28 16:29:01 14136 [Note] Plugin 'FEEDBACK' is disabled.
2018-08-28 16:29:01 14136 [Note] Server socket created on IP: '::'.
2018-08-28 16:29:01 14136 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2018-08-28 16:29:01 14136 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-08-28 16:29:01 14136 [ERROR] Aborting