can't stop mysql under ubuntu

2010-11-29 Thread Jorg W Young
Hi, I'm running mysql 5.1.37 for ubuntu 9.10 (64 bits OS). I installed mysqld with apt-get, and going with /etc/init.d/mysql for start/stop the server. I can start mysql server successfully, but can't stop the server with /etc/init.d/mysql stop. The error message is: Nov 30 10:46:05 kickseed

Re: can't stop mysql under ubuntu

2010-11-29 Thread Johan De Meersman
Yep, it's definitely an apparmor issue. Are you using your distribution's packages ? I would say this is more a thing for their support - I for one keep as far away from apparmor as I can :-) On Tue, Nov 30, 2010 at 3:54 AM, Jorg W Young jorgwyoung...@gmail.comjorgwyoung%2...@gmail.com wrote:

Re: can't stop mysql under ubuntu

2010-11-29 Thread Jorg W Young
2010/11/30 Johan De Meersman vegiv...@tuxera.be: Yep, it's definitely an apparmor issue. Are you using your distribution's packages ? I would say this is more a thing for their support - I for one keep as far away from apparmor as I can :-) yep I 'm using the distribution packages all from

Re: can't stop mysql under ubuntu

2010-11-29 Thread Johan De Meersman
On Tue, Nov 30, 2010 at 7:26 AM, Jorg W Young jorgwyoung...@gmail.comjorgwyoung%2...@gmail.com wrote: 2010/11/30 Johan De Meersman vegiv...@tuxera.be: Yep, it's definitely an apparmor issue. Are you using your distribution's packages ? I would say this is more a thing for their support - I

Can't stop mysql

2001-11-12 Thread Lad . Gaal
Howdy, I'm running version 3.23.41 on RH7.2. For the life of me I can't figure out why I can't stop mysqld. Linuxconf was where I first noticed this where mysqld would not respond to the stop request. I then tried to reboot the box and watched the shutdown process and noticed that mysqld failed

Re: Can't stop mysql

2001-11-12 Thread Bill Adams
[EMAIL PROTECTED] wrote: Howdy, I'm running version 3.23.41 on RH7.2. For the life of me I can't figure out why I can't stop mysqld. Linuxconf was where I first noticed this where mysqld would not respond to the stop request. I then tried to reboot the box and watched the shutdown process

Re: Can't stop mysql

2001-11-12 Thread Philip Daggett
I'm having the same problem. At 12:27 PM 11/12/2001 -0500, [EMAIL PROTECTED] wrote: Howdy, I'm running version 3.23.41 on RH7.2. For the life of me I can't figure out why I can't stop mysqld. Linuxconf was where I first noticed this where mysqld would not respond to the stop request. I then

Re: Can't stop mysql

2001-11-12 Thread Nguyen Trong Phuc
i don't use linuxconf. if u want to stop mysql, execute : /ect/init.d/mysql stop easiest :) Trong Phuc - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 9:27 AM Subject: Can't stop mysql Howdy, I'm running version 3.23.41 on RH7.2

Re: Can't stop mysql

2001-11-12 Thread Bill Adams
[EMAIL PROTECTED] wrote: I'll agree with you but - when I shutdown my linux box or restart it, it tries to stop the mysql server and it can't. The command /etc/init.d/mysqld stop should work and it isn't. The question is why can't I stop the mysql server with this command. As a matter of

Re: Can't stop mysql

2001-11-12 Thread Lad . Gaal
;; *) echo $Usage: $0 {start|stop|status|reload|condrestart|restart} exit 1 esac exit $? Bill Adams [EMAIL PROTECTED] on 11/12/2001 01:11:37 PM To: Lad Gaal/MarconiMedical@Marconi, Mysql List [EMAIL PROTECTED] cc: Subject: Re: Can't stop mysql [EMAIL PROTECTED] wrote: I'll agree

Re: Can't stop mysql

2001-11-12 Thread Bill Adams
[EMAIL PROTECTED] wrote: The only reference to mysqladmin is for the reload at the end. I think this whole thing started after doing the mysql_install_db and then creating the root password - but it may be a coincidence. Any and all help is welcome as to why /etc/init.d/mysqld stop fails.

Re: Can't stop mysql / possible bug?

2001-11-12 Thread Lad . Gaal
[EMAIL PROTECTED] on 11/12/2001 01:58:18 PM To: Lad Gaal/MarconiMedical@Marconi cc: Mysql List [EMAIL PROTECTED] Subject: Re: Can't stop mysql [EMAIL PROTECTED] wrote: The only reference to mysqladmin is for the reload at the end. I think this whole thing started after doing

Re: Can't stop mysql / possible bug?

2001-11-12 Thread Bill Adams
[EMAIL PROTECTED] wrote: I changed the script and now all is well. However I have two concerns: 1) Paranoid about the password being in this script. Is there a way around this. chown root:root /etc/rc.d/init.d/mysqld chmod go-rx /etc/rc.d/init.d/mysqld 2) Since I had to change the script

Re: Can't stop mysql / possible bug?

2001-11-12 Thread Rodney Broom
[EMAIL PROTECTED] wrote: I changed the script and now all is well. However I have two concerns: 1) Paranoid about the password being in this script. Is there a way around this. chown root:root /etc/rc.d/init.d/mysqld chmod go-rx /etc/rc.d/init.d/mysqld Just to be clear, if the

Re: Can't stop mysql

2001-11-12 Thread Deepanshu Shukla
, November 12, 2001 9:27 AM Subject: Can't stop mysql Howdy, I'm running version 3.23.41 on RH7.2. For the life of me I can't figure out why I can't stop mysqld. Linuxconf was where I first noticed this where mysqld would not respond to the stop request. I then tried to reboot