From: Johan De Meersman Date: March 28 2012 11:02am Subject: Re: Mysqld remote dont stop List-Archive: http://lists.mysql.com/mysql/227070 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_7dad7650-5f19-4f84-9ca0-61d9df5f5688" --=_7dad7650-5f19-4f84-9ca0-61d9df5f5688 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ----- Original Message ----- > From: "AdmSA" > We have a problem when we try to stop the mysql service (mysql Ver > 14.14 Distrib 5.5.12, for Linux (x86_64) using readline 5.1) on a > remote server throught SSH. > The problem is that mysql_safe, start again mysqld before that mysql > kill all the connection and stop the process. So cannot stop > properly the server. > Attached the log of .err when we send the command =E2=80=9C ssh server > service mysql stop =E2=80=9D Hmm, smelly stuff. My first guess would've been that the init script kills the daemon before i= t has a chance to clean up (InnoDB in particular can take a while). To test= that, try shutting down using "mysqladmin shutdown" instead. However, your error log also points at possible memory corruption - if you = can get a maintenance window, take the machine down and run memtest86 (or a= ppropriate vendor tools) to verify if there's no hardware problem. -- Bier met grenadyn Is als mosterd by den wyn Sy die't drinkt, is eene kwezel Hy die't drinkt, is ras een ezel --=_7dad7650-5f19-4f84-9ca0-61d9df5f5688--