Cannot start MySQL in XAMPP (Error:10048). Started Apache - mysql

I am new to XAMPP and I have got this error while trying to start MySQL. Help please :)
2021-02-05 17:26:25 0 [Note] InnoDB: Uses event mutexes
2021-02-05 17:26:25 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-02-05 17:26:25 0 [Note] InnoDB: Number of pools: 1
2021-02-05 17:26:25 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-02-05 17:26:25 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-02-05 17:26:25 0 [Note] InnoDB: Completed initialization of buffer pool
2021-02-05 17:26:25 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-02-05 17:26:25 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-02-05 17:26:25 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-02-05 17:26:25 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-02-05 17:26:25 0 [Note] InnoDB: Waiting for purge to start
2021-02-05 17:26:25 0 [Note] InnoDB: 10.4.17 started; log sequence number 300333; transaction id 170
2021-02-05 17:26:25 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-02-05 17:26:25 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-02-05 17:26:25 0 [Note] Server socket created on IP: '::'.
2021-02-05 17:26:25 0 [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.
2021-02-05 17:26:25 0 [Note] InnoDB: Buffer pool(s) load completed at 210205 17:26:25
2021-02-05 17:26:25 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-02-05 17:26:25 0 [ERROR] Aborting```

Try to install xampp in administrator mode in windows and check the version windows 64 /32 bit.

Related

XAMPP: keeps aborting mysql, I don't know what's wrong

It's the first time I'm using XAMPP and when I run XAMPP and start the mysql it keeps aborting it.
I don't know if something is missing on my drivers and I've checked and updated my drivers and the same thing happened, I still got the same error. It says
[ERROR] Do you already have another mysqld server running on port: 3306 ?
[ERROR] Aborting
here's the XAMPP log
Here's my mysql_error.log
2021-07-31 8:55:47 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 8:55:47 0 [Note] InnoDB: Uses event mutexes
2021-07-31 8:55:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 8:55:47 0 [Note] InnoDB: Number of pools: 1
2021-07-31 8:55:47 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 8:55:47 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 8:55:47 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 8:55:47 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2021-07-31 8:55:47 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 8:55:47 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-07-31 8:55:47 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 8:55:47 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 8:55:47 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 8:55:47 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 8:55:47 0 [Note] InnoDB: 10.4.20 started; log sequence number 300297; transaction id 170
2021-07-31 8:55:47 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 8:55:47 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 8:55:47 0 [Note] Server socket created on IP: '::'.
2021-07-31 8:55:47 0 [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.
2021-07-31 8:55:47 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 8:55:47 0 [ERROR] Aborting
2021-07-31 9:05:21 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:05:21 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:05:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:05:21 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:05:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:05:21 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:05:21 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:05:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:05:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:05:21 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:05:21 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:05:21 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:05:21 0 [Note] InnoDB: 10.4.20 started; log sequence number 300306; transaction id 170
2021-07-31 9:05:21 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:05:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:05:21 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:05:21 0 [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.
2021-07-31 9:05:21 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:05:21 0 [ERROR] Aborting
2021-07-31 9:10:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:10:27 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:10:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:10:27 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:10:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:10:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:10:27 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:10:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:10:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:10:27 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:10:27 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:10:27 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:10:27 0 [Note] InnoDB: 10.4.20 started; log sequence number 300315; transaction id 170
2021-07-31 9:10:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:10:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:10:27 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:10:27 0 [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.
2021-07-31 9:10:27 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:10:27 0 [ERROR] Aborting
2021-07-31 9:10:34 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:10:34 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:10:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:10:34 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:10:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:10:34 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:10:34 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:10:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:10:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:10:34 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:10:34 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:10:34 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:10:34 0 [Note] InnoDB: 10.4.20 started; log sequence number 300324; transaction id 170
2021-07-31 9:10:34 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:10:34 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:10:34 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:10:34 0 [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.
2021-07-31 9:10:34 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:10:34 0 [ERROR] Aborting
2021-07-31 9:20:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:20:30 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:20:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:20:30 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:20:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:20:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:20:30 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:20:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:20:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:20:30 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:20:30 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:20:30 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:20:30 0 [Note] InnoDB: 10.4.20 started; log sequence number 300333; transaction id 170
2021-07-31 9:20:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:20:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:20:30 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:20:30 0 [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.
2021-07-31 9:20:30 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:20:30 0 [ERROR] Aborting
2021-07-31 9:21:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:21:20 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:21:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:21:20 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:21:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:21:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:21:20 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:21:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:21:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:21:20 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:21:20 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:21:20 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:21:20 0 [Note] InnoDB: 10.4.20 started; log sequence number 300342; transaction id 170
2021-07-31 9:21:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:21:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:21:20 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:21:20 0 [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.
2021-07-31 9:21:20 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:21:20 0 [ERROR] Aborting
2021-07-31 9:22:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:22:15 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:22:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:22:15 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:22:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:22:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:22:15 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:22:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:22:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:22:15 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:22:15 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:22:15 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:22:15 0 [Note] InnoDB: 10.4.20 started; log sequence number 300351; transaction id 170
2021-07-31 9:22:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:22:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:22:15 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:22:15 0 [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.
2021-07-31 9:22:15 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:22:15 0 [ERROR] Aborting
2021-07-31 9:34:22 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:34:22 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:34:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:34:22 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:34:22 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:34:22 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:34:22 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:34:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:34:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:34:22 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:34:22 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:34:22 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:34:22 0 [Note] InnoDB: 10.4.20 started; log sequence number 300360; transaction id 170
2021-07-31 9:34:22 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:34:22 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:34:22 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:34:22 0 [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.
2021-07-31 9:34:22 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:34:22 0 [ERROR] Aborting
2021-07-31 9:34:32 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:34:32 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:34:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:34:32 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:34:32 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:34:32 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:34:32 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:34:32 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:34:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:34:32 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:34:32 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:34:32 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:34:32 0 [Note] InnoDB: 10.4.20 started; log sequence number 300369; transaction id 170
2021-07-31 9:34:32 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:34:32 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:34:32 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:34:32 0 [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.
2021-07-31 9:34:32 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:34:32 0 [ERROR] Aborting
2021-07-31 9:36:31 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-31 9:36:31 0 [Note] InnoDB: Uses event mutexes
2021-07-31 9:36:31 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-31 9:36:31 0 [Note] InnoDB: Number of pools: 1
2021-07-31 9:36:31 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-31 9:36:31 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-31 9:36:31 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-31 9:36:31 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-31 9:36:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-31 9:36:31 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-31 9:36:31 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-31 9:36:31 0 [Note] InnoDB: Waiting for purge to start
2021-07-31 9:36:31 0 [Note] InnoDB: 10.4.20 started; log sequence number 300378; transaction id 170
2021-07-31 9:36:31 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-31 9:36:31 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-31 9:36:31 0 [Note] Server socket created on IP: '::'.
2021-07-31 9:36:31 0 [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.
2021-07-31 9:36:31 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2021-07-31 9:36:31 0 [ERROR] Aborting
I faced something similar back when I installed MySQL community after Xampp on Windows. So assuming you're on Windows:
CTRL + R, type in services.msc
Stop all mysql services that are running
Start MySQL on Xampp
If this worked, then that means you have 2 MySQL installations (1 of which is from Xampp) and both are listening on Port 3306 as the error message suggests. Change one of them to listen on another port, 3307 or something.

Xampp MySQL shutdown unexpectedly Plugin 'FEEDBACK' is disabled

Just started up Xampp today and when I turn on my SQL, it simply turns off again and tells me that MySQL shutdown unexpectedly.
Here is the log:
2020-09-22 9:28:33 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-09-22 9:28:33 0 [Note] InnoDB: Uses event mutexes
2020-09-22 9:28:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-09-22 9:28:33 0 [Note] InnoDB: Number of pools: 1
2020-09-22 9:28:33 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-09-22 9:28:33 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-09-22 9:28:33 0 [Note] InnoDB: Completed initialization of buffer pool
2020-09-22 9:28:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-09-22 9:28:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-09-22 9:28:33 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-09-22 9:28:33 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-09-22 9:28:33 0 [Note] InnoDB: Waiting for purge to start
2020-09-22 9:28:33 0 [Note] InnoDB: 10.4.13 started; log sequence number 639553085; transaction id 596387
2020-09-22 9:28:33 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-09-22 9:28:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-09-22 9:28:33 0 [Note] Server socket created on IP: '::'.
If anyone can help that would be amazing!
I have fixed the issue. From xampp/mysql/backup/ folder i copied all files in to xampp/mysql/data/ That solved the issue.
look like the issue cause database innodb structure conflict

MariaDB won't start

I'm starting MariaDB on windows 10. It installs fine, but when I try to start it with net start mysql on elevated command line I get this:
C:\Program Files\MariaDB 10.5>net start mysql
The MySQL service is starting.
The MySQL service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
here is the error file
InnoDB: using atomic writes.
2020-01-22 16:23:10 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-01-22 16:23:10 0 [Note] InnoDB: Uses event mutexes
2020-01-22 16:23:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-22 16:23:10 0 [Note] InnoDB: Number of pools: 1
2020-01-22 16:23:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-01-22 16:23:10 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 1, chunk size = 128M
2020-01-22 16:23:10 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-22 16:23:11 0 [Note] InnoDB: 128 rollback segments are active.
2020-01-22 16:23:11 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-22 16:23:11 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-01-22 16:23:11 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2020-01-22 16:23:11 0 [Note] InnoDB: 10.5.0 started; log sequence number 61454; transaction id 21
2020-01-22 16:23:11 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-01-22 16:23:11 0 [Note] InnoDB: Loading buffer pool(s) from C:\Program Files\MariaDB 10.5\data\ib_buffer_pool
2020-01-22 16:23:11 0 [Note] Server socket created on IP: '::'.
2020-01-22 16:23:11 0 [Note] InnoDB: Buffer pool(s) load completed at 200122 16:23:11
2020-01-22 16:23:11 0 [Note] Reading of all Master_info entries succeeded
2020-01-22 16:23:11 0 [Note] Added new Master_info '' to hash table
2020-01-22 16:23:11 0 [Note] C:\Program Files\MariaDB 10.5\bin\mysqld.exe: ready for connections.
Version: '10.5.0-MariaDB' socket: '' port: 3333 mariadb.org binary distribution

mysql shutdown unexpectedly xampp, socket created on IP: '::' error log

I am facing a problem in xampp, mysql doesn't running, i have searched a lot for a solution and tried a many of them, but no one fixed, my problem, i think the error log is different this time,
errors log :
2020-01-21 13:12:04 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-01-21 13:12:04 0 [Note] InnoDB: Uses event mutexes
2020-01-21 13:12:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-21 13:12:04 0 [Note] InnoDB: Number of pools: 1
2020-01-21 13:12:04 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-01-21 13:12:04 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk
size = 16M
2020-01-21 13:12:04 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-21 13:12:04 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-01-21 13:12:04 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-21 13:12:04 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2020-01-21 13:12:04 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-01-21 13:12:04 0 [Note] InnoDB: Waiting for purge to start
2020-01-21 13:12:04 0 [Note] InnoDB: 10.4.6 started; log sequence number 113908; transaction id 9
2020-01-21 13:12:04 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-01-21 13:12:04 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-01-21 13:12:04 0 [Note] InnoDB: Buffer pool(s) load completed at 200121 13:12:04
2020-01-21 13:12:04 0 [Note] Server socket created on IP: '::'.

xampp mysql not logging to database

I am trying to connect to a database but xampp is returning an error on my windows VPS
I tried changing port but It did not work
2019-07-28 4:34:34 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-07-28 4:34:34 0 [Note] InnoDB: Uses event mutexes
2019-07-28 4:34:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-07-28 4:34:34 0 [Note] InnoDB: Number of pools: 1
2019-07-28 4:34:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-07-28 4:34:34 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-07-28 4:34:34 0 [Note] InnoDB: Completed initialization of buffer pool
2019-07-28 4:34:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-07-28 4:34:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-07-28 4:34:34 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-07-28 4:34:34 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2019-07-28 4:34:34 0 [Note] InnoDB: Waiting for purge to start
2019-07-28 4:34:35 0 [Note] InnoDB: 10.3.16 started; log sequence number 1791432; transaction id 163
2019-07-28 4:34:35 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2019-07-28 4:34:35 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-07-28 4:34:35 0 [Note] Server socket created on IP: '::'.
2019-07-28 4:34:35 0 [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.
2019-07-28 4:34:35 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2019-07-28 4:34:35 0 [ERROR] Aborting
I expected it to work but it didn't