MarceloKonrath

Well-Known Member
Jun 8, 2013
47
9
58
cPanel Access Level
Root Administrator
Hello

The restart of MySQL is extremely slow.

mysql 5.5.42-cll

I see in .err file
InnoDB: Reading tablespace information from the .ibd files...


And the restart is very very very slow.

Starting MySQL..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

More than 5 minutes for a restart.

Any tips to better it?

Thank you
Konrath
 

geo_grav

Member
Mar 4, 2014
7
0
1
cPanel Access Level
DataCenter Provider
Could this be a memory issue, such that processes have been swapped out onto disk. Please let us know the output of the command 'free -m' without the quotes.

G.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Also, try running "mysqladmin processlist" to see if any databases or tables are using excessive resources.

Thank you.