I am working on creating a website on my pc. I am using Xampp and wordpress. Yesterday all was ok . Today when starting Xampp control pannel , started apache ok, started mysql has gived me this error:
In mysql error log , i cant understand much whats there.
I have tried to change the port of the mysql like in all videos from youtube but didnt help. I dont want to lose the data created on my xampp.
Is there any solution in making mysql work again ? I didnt install any program , didnt modify anything on the pc. Only making the wordpress site.
Code:
18:38:31 [mysql] Error: MySQL shutdown unexpectedly.
18:38:31 [mysql] This may be due to a blocked port, missing dependencies,
18:38:31 [mysql] improper privileges, a crash, or a shutdown by another method.
18:38:31 [mysql] Press the Logs button to view error logs and check
18:38:31 [mysql] the Windows Event Viewer for more clues
18:38:31 [mysql] If you need more help, copy and post this
18:38:31 [mysql] entire log window on the forums
In mysql error log , i cant understand much whats there.
Code:
2021-01-10 18:38:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-01-10 18:38:29 0 [Note] InnoDB: Uses event mutexes
2021-01-10 18:38:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-01-10 18:38:29 0 [Note] InnoDB: Number of pools: 1
2021-01-10 18:38:29 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-01-10 18:38:29 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-01-10 18:38:29 0 [Note] InnoDB: Completed initialization of buffer pool
2021-01-10 18:38:29 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-01-10 18:38:29 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-01-10 18:38:29 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-01-10 18:38:29 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-01-10 18:38:29 0 [Note] InnoDB: Waiting for purge to start
2021-01-10 18:38:29 0 [Note] InnoDB: 10.4.14 started; log sequence number 237419649; transaction id 148362
2021-01-10 18:38:29 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-01-10 18:38:29 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-01-10 18:38:29 0 [Note] Server socket created on IP: '::'.
I have tried to change the port of the mysql like in all videos from youtube but didnt help. I dont want to lose the data created on my xampp.
Is there any solution in making mysql work again ? I didnt install any program , didnt modify anything on the pc. Only making the wordpress site.