MySQL5.5 cant' start service during installation
I was trying to install MySQL 5.546 on a fresh Windows 10 (1909)
first I have to unselect "server data" to get it pass the installation part.
After configuration, when come to execute part, it stop on "Starting service" steps forever.
I have to click the cancel button to let it stop. I can see mysq55 service in Windows service window,
but when I manually start the service, it has error 1067: the process terminated unexpectly.
Then I try to start in cmd by "mysqld" command, it stops on following line forever
200203 15:44:18 [Note] mysqld (mysqld 5.5.46) starting as process 3196 ...
I check the err log:
200203 15:44:18 [Note] Plugin 'FEDERATED' is disabled.
200203 15:44:18 InnoDB: The InnoDB memory heap is disabled
200203 15:44:18 InnoDB: Mutexes and rw_locks use Windows interlocked functions
200203 15:44:18 InnoDB: Compressed tables use zlib 1.2.3
200203 15:44:18 InnoDB: Initializing buffer pool, size = 128.0M
200203 15:44:18 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
200203 15:44:18 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
200203 15:44:18 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
200203 15:44:18 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
200203 15:44:18 InnoDB: Waiting for the background threads to start
200203 15:44:19 InnoDB: 5.5.46 started; log sequence number 0
200203 15:44:19 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
200203 15:44:19 [Note] - '0.0.0.0' resolves to '0.0.0.0';
200203 15:44:19 [Note] Server socket created on IP: '0.0.0.0'.
200203 15:44:20 [Note] Event Scheduler: Loaded 0 events
200203 15:44:20 [Note] mysqld: ready for connections.
Version: '5.5.46' socket: '' port: 3306 MySQL Community Server (GPL)
That's all I got.
I've just install the same version on another Windows 10 (1803 i7) with no problem at all.
Can someone please help to how to solve this or trace the problem? I am a newbee with such problem.
thanks
Subject
Views
Written By
Posted
MySQL5.5 cant' start service during installation
721
February 03, 2020 06:38PM
339
February 04, 2020 11:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.