Date: Tue, 21 Jan 2003 15:04:28 -0600
From: Bruce Tomlin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Fink-users] 'mysql.server stop' problems
How did you start it? With

sudo safe_mysqld --user=mysql

?

When I do...

/sw/share/mysql/mysql.server stop

it is unable to kill the process.  Doing some googling, I was able to
find one reference that this may indicate a problem with the threads
library.  That's all I really know about it.  (And yes, I know about
mysqladmin shutdown.)
So, why don't you use

sudo mysqladmin shutdown

? This works here.

Also, when I do this, the "Wait for mysqld to exit" message has a bunch
of "\c" (backslash followed by the letter C) in it.  It looks like this
was meant to be a way to tell echo not to do a newline.  Perhaps this
should be changed to 'echo -n' instead?  (FWIW, I'm using bash for my
shell.)

This is with mysql package version 3.23.54a-2 from stable.


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to