bug with stopping mysql 3.23.53 on Mac OS X 10.2.1 ?
am 15.10.2002 21:50:30 von Adam Arrowood
How-To-Repeat:
I have a brand new installation of Mac OS X 10.2.1 (client), with the
developer tools (including the August 2002 Dev Tools update).
Using the system's gcc 3.1, I compiled mysql 3.23.53 with:
/configure --prefix=/usr/local/mysql --with-mysqld-user=mysql
And everything compiles and runs fine. I can make queries, etc.
I can shutdown the mysqld with mysqladmin just fine.
However, I cannot seem to send a signal that will cleanly shutdown
mysql. It ignores SIGTERM. There is no output in the error log
whatsoever. SIGKILL (and other) signals work, fine, but not TERM.
Is this an OS X issue or a mysql one? I have gotten around it by
using the mysqladmin and the root password, but I'd rather not
have the password in the StartupItem script.
Any help you can give on this will be appreciated...
thanks,
adam arrowood
adam@oit.gatech.edu
ps. this was a problem in 3.23.52 as well.
--
Adam Arrowood || http://www.gatech.edu/adam || adam@oit.gatech.edu
Office of Information Technology/O&E/CS || (404) 894-0372
Georgia Institute of Technology, Atlanta, GA USA
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread12742@lists.mysql.com
To unsubscribe, e-mail
Re: bug with stopping mysql 3.23.53 on Mac OS X 10.2.1 ?
am 16.10.2002 13:21:41 von Sinisa Milivojevic
Adam Arrowood writes:
> How-To-Repeat:
>
> I have a brand new installation of Mac OS X 10.2.1 (client), with the
> developer tools (including the August 2002 Dev Tools update).
> Using the system's gcc 3.1, I compiled mysql 3.23.53 with:
>
> /configure --prefix=/usr/local/mysql --with-mysqld-user=mysql
>
> And everything compiles and runs fine. I can make queries, etc.
>
> I can shutdown the mysqld with mysqladmin just fine.
> However, I cannot seem to send a signal that will cleanly shutdown
> mysql. It ignores SIGTERM. There is no output in the error log
> whatsoever. SIGKILL (and other) signals work, fine, but not TERM.
>
> Is this an OS X issue or a mysql one? I have gotten around it by
> using the mysqladmin and the root password, but I'd rather not
> have the password in the StartupItem script.
>
> Any help you can give on this will be appreciated...
>
> thanks,
> adam arrowood
> adam@oit.gatech.edu
>
> ps. this was a problem in 3.23.52 as well.
>
> --
> Adam Arrowood || http://www.gatech.edu/adam || adam@oit.gatech.edu
> Office of Information Technology/O&E/CS || (404) 894-0372
> Georgia Institute of Technology, Atlanta, GA USA
>
Hi!
The above is known problem with OS X thread signals handling.
Use mysqladmin shutdown for shutting down only.
--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread12747@lists.mysql.com
To unsubscribe, e-mail