RE: Help. I have truly blundered.

2002-04-04 Thread john
catatrostrophy averted with kill -9 8374, and started up fine. thx, John -Original Message- From: John Parsons [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 5:18 PM To: 'john' Subject: RE: Help. I have truly blundered. > -Original Message- > Fr

RE: Help. I have truly blundered.

2002-04-04 Thread Steven Hajducko
Ok. Easy enough to fix. As root.. Do a "kill -9 `ps -ef | grep mysqld | grep -v grep`" ( those are backticks, not single quotes. ) Or you can do, more manually.. "ps -ef | grep mysqld | grep -v grep" Then do a "kill -9 PID" where PID is the process ID of the line returned. Then try and star

RE: Help. I have truly blundered.

2002-04-04 Thread john
Steven, The contents are as follows: 020404 17:00:21 Aborting mysqld ended on Thu Apr 4 17:00:21 CST 2002 mysqld started on Thu Apr 4 17:00:28 CST 2002 020404 17:00:28 Can't start server: Bind on TCP/IP port: Address already in use 020404 17:00:28 Do you already have another mysqld serv

RE: Help. I have truly blundered.

2002-04-04 Thread Steven Hajducko
What do the contents of the ns1.acculock.com.err file look like? -- sh On Thu, 2002-04-04 at 14:45, john wrote: > Yeah, I wish it were that easy. I have attempted to do so, and here is a > transcription of my recent events to catch you up to me: ...and by the way > thanks, john > > I was worki

RE: Help. I have truly blundered.

2002-04-04 Thread john
Yeah, I wish it were that easy. I have attempted to do so, and here is a transcription of my recent events to catch you up to me: ...and by the way thanks, john I was working in MySQL under user:john, which has direct privelages to all features of MySQL. ...Anyway thinking I was root, I called o

RE: Help. I have truly blundered.

2002-04-04 Thread Todd Williamsen
Sent: Thursday, April 04, 2002 4:10 PM To: MySQL Lists Subject: Help. I have truly blundered. Please help with ignorance, I was in mysqld making some changes to a database. I run a Linux 6 box with MySQL 3 on it. I was logged in as user john, who has all access privelages to mysqld. John is not

RE: Help. I have truly blundered.

2002-04-04 Thread Rick Emery
su as root then restart mysqld -Original Message- From: john [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 4:10 PM To: MySQL Lists Subject: Help. I have truly blundered. Please help with ignorance, I was in mysqld making some changes to a database. I run a Linux 6 box with

Help. I have truly blundered.

2002-04-04 Thread john
Please help with ignorance, I was in mysqld making some changes to a database. I run a Linux 6 box with MySQL 3 on it. I was logged in as user john, who has all access privelages to mysqld. John is not root, and I told mysql to stop. Well, mysql will not start again. What can I do?