'I am unable to run my Wordpress website on Xampp. I am able to turn on Apache and MySQL but as soon as I open localhost/wordpress, MySQL stops running

2022-04-06 16:11:56 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-06 16:11:56 0 [Note] InnoDB: Uses event mutexes
2022-04-06 16:11:56 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-06 16:11:56 0 [Note] InnoDB: Number of pools: 1
2022-04-06 16:11:56 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-06 16:11:56 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-06 16:11:56 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-06 16:12:01 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-06 16:12:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-06 16:12:01 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-06 16:12:01 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-06 16:12:01 0 [Note] InnoDB: Waiting for purge to start
2022-04-06 16:12:01 0 [Note] InnoDB: Waiting for purge to start
2022-04-06 16:12:01 0 [Note] InnoDB: 10.4.24 started; log sequence number 59218101; transaction id 40272
2022-04-06 16:12:01 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-06 16:12:01 0 [Note] InnoDB: Buffer pool(s) load completed at 220406 16:12:01
2022-04-06 16:12:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-06 16:12:01 0 [Note] Zerofilling moved table:  '.\mysql\plugin'
2022-04-06 16:12:01 0 [Note] Zerofilling moved table:  '.\mysql\servers'
2022-04-06 16:12:01 0 [Note] Server socket created on IP: '::'.
2022-04-06 16:12:01 0 [ERROR] mysqld.exe: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-06 16:12:01 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-06 16:12:01 0 [ERROR] Aborting

This is the MySQL Logs. I am unable to run my Wordpress website on Xampp. I am able to turn on Apache and MySQL but as soon as I open localhost/wordpress, MySQL stops running



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source