MySQL no longer starts.Please let me know the solution!

Asked 1 years ago, Updated 1 years ago, 82 views

I'm a beginner in programming.I tried it through trial and error, but I couldn't solve it, so I have a question.

Mysql installed on xampp has stopped starting, and the database is not available and the blog I am currently running has stopped.
What we did just before the problem occurred was
①Local installation (hosts file rewrite failed during site creation)
②I tried to create a database for a new wordpress installation, but I couldn't create a user.

screen capture of mysql boot failure.
Enter a description of the image here

Also, the contents of mysqlllog are as follows:

2020-03-15 6:55:540 [Note]InnoDB: The first innodb_system data file 'ibdata1' did not exist.A new tablespace will be created!
2020-03-15 6:55:540 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-03-15 6:55:540 [Note] InnoDB: Uses event mutexes
2020-03-15 6:55:540 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-03-15 6:55:540 [Note]InnoDB: Number of pools:1
2020-03-15 6:55:540 [Note]InnoDB: Using SSE2crc32 instructions
2020-03-15 6:55:540 [Note]InnoDB: Initializing buffer pool, total size=16M, instances=1, chunk size=16M
2020-03-15 6:55:540 [Note] InnoDB: Completed initialization of buffer pool
2020-03-15 6:55:540 [Note] InnoDB: Setting file'C:\xampp\mysql\data\ibdata1' size to 10 MB. Physically writing the file full; Please wait...
2020-03-15 6:55:540 [Note] InnoDB: File 'C:\xampp\mysql\data\ibdata1' size is now 10 MB.
2020-03-15 6:55:540 [Note]InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile101 size to 5242880 bytes
2020-03-15 6:55:540 [Note]InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile 1 size to 5242880 bytes
2020-03-15 6:55:540 [Note]InnoDB:Renaming log file C:\xampp\mysql\data\ib_logfile101 to C:\xampp\mysql\data\ib_logfile0
2020-03-15 6:55:540 [Note] InnoDB: New log files created, LSN=45786
2020-03-15 6:55:540 [Note] InnoDB: Doublewrite buffer not found: creating new
2020-03-15 6:55:540 [Note] InnoDB: Doublewrite buffer created
2020-03-15 6:55:540 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-03-15 6:55:540 [Note]InnoDB: Creating foreign key constraint system tables.
2020-03-15 6:55:540 [Note] InnoDB: Creating tablespace and datafile system tables.
2020-03-15 6:55:540 [Note]InnoDB: Creating sys_virtual system tables.
2020-03-15 6:55:540 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-03-15 6:55:540 [Note] InnoDB: Setting file'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait...
2020-03-15 6:55:540 [Note]InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-03-15 6:55:540 [Note] InnoDB: Waiting for purge to start
2020-03-15 6:55:540 [Note] InnoDB: 10.3.16 started; log sequence number 0; transaction id 7
2020-03-15 6:55:540 [Note] Plugin'FEEDBACK' is disabled.
2020-03-15 6:55:540 [Note] Server socket created on IP: '::'.

Thank you for your cooperation.

mysql xampp

2022-09-30 20:24

1 Answers

It also says to look at Windows Event Viewer, so first of all...

First of all, I'd like to ask you something suspicious.

I tried to create a database for a new wordpress installation, but I couldn't create a user.

By what means?Have you installed a new MySQL?
The information of the screen capture and the log written on it (there should be other logs with WARN or ERROR output as it is only NOTE...) are all right, so are there any other logs?
元The original log says something about Port, so I'm worried.


2022-09-30 20:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.