I had this problem too: I identified the pid with ps -aux and then kill
them manually. (kill -9 pid)
hope it will help you.
Marc wrote:
I'm getting:
041014 08:55:53 mysqld started
Warning: Ignoring user change to 'mysql' because the user was set to
'mysql' earlier on the command lin
Thanks to all for the help. I did find a mysqld running using ps -aux
and killed that. Looks like I'm all set.
--Marc
On Thu, 2004-10-14 at 11:33, Melanie wrote:
> I had this problem too: I identified the pid with ps -aux and then kill
> them manually. (kill -9 pid)
> hope it will help you.
>
actually use "netstat -l -p"
That way you get the process id then you can ps -eaf | grep (PID) to
see what is listening.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
On unix? netstat -l(as root -- that's lower case L)
Marc wrote:
==
How do I check on what is binding port 3306? I don't see mysqld running
and running mysql gets a "Can't connect" failure.
--Marc
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To
[snip]
How do I check on what is binding port 3306? I don't see mysqld running
and running mysql gets a "Can't connect" failure.
[/snip]
ps -aux from the command line
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL P
I'm getting:
041014 08:55:53 mysqld started
Warning: Ignoring user change to 'mysql' because the user was set to
'mysql' earlier on the command line
041014 8:55:53 Can't start server: Bind on TCP/IP port: Address
already in use
041014 8:55:53 Do you already have another mysqld se
What is written to ther error log?
Marc wrote:
I'm using MySQL on Gentoo Linux and today it stopped starting up. It was
working a few days ago, and I haven't played with anything in the system
- no new installs, config changes, etc. It just decided to go on
vacation.
I run mysqld_safe and it quit
I'm using MySQL on Gentoo Linux and today it stopped starting up. It was
working a few days ago, and I haven't played with anything in the system
- no new installs, config changes, etc. It just decided to go on
vacation.
I run mysqld_safe and it quits right away with no error messages. I've
got a