Re: Properly shutting down mysql

2003-01-28 Thread Benjamin Pflugmann
Hi. On Mon 2003-01-27 at 16:31:48 -0800, [EMAIL PROTECTED] wrote: > If I manually shut down mysql, I usaully use the mysqladmin shutdown > command. However, I noticed that the "red hat" way of stopping mysql in > its init scripts is by issuing a "kill" command to the pid. U, is > this wise?

Properly shutting down mysql

2003-01-27 Thread Steve Quezadas
If I manually shut down mysql, I usaully use the mysqladmin shutdown command. However, I noticed that the "red hat" way of stopping mysql in its init scripts is by issuing a "kill" command to the pid. U, is this wise? What about if the tables aren't written to disk? Isn't the "proper" way

Strange Problem: Need help shutting down Mysql for upgrade

2002-09-11 Thread Stephen Sokalski
Stephen Sokalski wrote: > > > Stephen Sokalski wrote: > >> I'm running this on a RAQ. >> >> Here is the problem. Something very strange has happened to my older >> version of mysql (3.23.37). >> >> Not only can I not get it to shut down with >> "/usr/share/mysql/mysql.server stop" but even if

Need help shutting down Mysql for upgrade

2002-09-11 Thread Stephen Sokalski
Stephen Sokalski wrote: > I'm running this on a RAQ. > > Here is the problem. Something very strange has happened to my older > version of mysql (3.23.37). > > Not only can I not get it to shut down with > "/usr/share/mysql/mysql.server stop" but even if I do a "ps -ef | grep > mysql" and do

Need help shutting down Mysql for upgrade

2002-09-11 Thread Stephen Sokalski
I'm running this on a RAQ. Here is the problem. Something very strange has happened to my older version of mysql (3.23.37). Not only can I not get it to shut down with "/usr/share/mysql/mysql.server stop" but even if I do a "ps -ef | grep mysql" and do a kill -9 on the pid, if I try to res

RE: shutting down mysql

2002-05-14 Thread Gurhan Ozen
mysqladmin [...] shutdown http://www.mysql.com/doc/m/y/mysqladmin.html Gurhan -Original Message- From: Taylor Lewick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 12:51 PM To: [EMAIL PROTECTED] Subject: shutting down mysql I looked through the documentation, and I see how to

shutting down mysql

2002-05-14 Thread Taylor Lewick
I looked through the documentation, and I see how to start the dbase/server, but how do I stop it.. Just kill the mysql daemon? Thanks Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." **

Problem shutting down MySQL Server gracefully

2001-12-10 Thread Intekhab Choudhury
Hi, I recently installed 3.23.46 Binary for HP-UX replacing my 3.xx.42 (basically, replaced the symbolic link /usr/local/mysql to look at the 3.23.46 untar directory. -- Here's a an output: $/usr/local/mysql#su# bin/mysqladmin -u root -p version Enter password: Server version 3.

RE: Shutting down Mysql

2001-07-17 Thread Don Read
On 17-Jul-01 Chris Aitken wrote: > Hi Guys, > > What im looking at doing is working out the best way to safely shut down > mysql so I can do a full backup of the system, then restart it back. (im > running on a FreeBSD box) > > I know I can kill the PID and other drastic measures but I dont w

Re: Shutting down Mysql

2001-07-17 Thread Ken Menzel
l Message - From: "Chris Aitken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 9:43 PM Subject: Shutting down Mysql > Hi Guys, > > What im looking at doing is working out the best way to safely shut down > mysql so I can do a full back

Shutting down Mysql

2001-07-16 Thread Chris Aitken
Hi Guys, What im looking at doing is working out the best way to safely shut down mysql so I can do a full backup of the system, then restart it back. (im running on a FreeBSD box) I know I can kill the PID and other drastic measures but I dont want to do anything that might corrupt the data.