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

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
Hi Chris, mysqladmin shutdown This is the best way to shutdown the server. As for startup if you have a startup script you could run that (Ie /usr/local/etc/mysql/mysq-server.sh)' or just invoke safe_mysqld Ie ( /usr/local/bin/safe_mysqld --user=username& ) Ken - Original Message - Fro