MySQL Forums
Forum List  »  Performance

Long start service MySQL 5.5 on Win 16
Posted by: Vladimir Gusev
Date: March 30, 2020 04:28AM

6 minutes between two log events:
[Note] Server socket created on IP: '0.0.0.0'.
[Note] Event Scheduler: Loaded 0 events
What’s happening between these events? Where to look?
How to get more detailed information to fix the problem?

Besides, Windows write error on starting MySQL service:
Error 1053: The service did not respond to the start or control request in a timely fashion.
After minutes MySQL service finally started.

Full log.err:
200330 12:15:07 InnoDB: Starting shutdown...
200330 12:15:08 InnoDB: Shutdown completed; log sequence number 3278968
200330 12:15:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

200330 12:15:08 [Note] Plugin 'FEDERATED' is disabled.
200330 12:15:08 InnoDB: The InnoDB memory heap is disabled
200330 12:15:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
200330 12:15:08 InnoDB: Compressed tables use zlib 1.2.3
200330 12:15:08 InnoDB: Initializing buffer pool, size = 47.0M
200330 12:15:08 InnoDB: Completed initialization of buffer pool
200330 12:15:08 InnoDB: highest supported file format is Barracuda.
200330 12:15:08 InnoDB: Waiting for the background threads to start
200330 12:15:09 InnoDB: 5.5.45 started; log sequence number 3278968
200330 12:15:09 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
200330 12:15:09 [Note] - '0.0.0.0' resolves to '0.0.0.0';
200330 12:15:09 [Note] Server socket created on IP: '0.0.0.0'.
200330 12:21:37 [Note] Event Scheduler: Loaded 0 events
200330 12:21:37 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.45' socket: '' port: 3306 MySQL Community Server (GPL)

Options: ReplyQuote


Subject
Views
Written By
Posted
Long start service MySQL 5.5 on Win 16
687
March 30, 2020 04:28AM


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.