mysql not starting

2007-10-24 Thread Prathima Rao
this has been a problem to me from mysql 3.1 version now in 4.1 also the same problem during the instant configuration wizard the last screen which has start service does not turn green and mysql doesnt start ive tried removing mysql and reinstalling does this problem has anything to do with po

Re: MYSQL not starting

2006-03-01 Thread Atul Aggarwal
; Cc: Sent: Wednesday, March 01, 2006 11:04 PM Subject: Re: MYSQL not starting > > > I have disabled selinux but no luck > > how? > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EM

Re: MYSQL not starting

2006-03-01 Thread Tom Brown
I have disabled selinux but no luck how? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: MYSQL not starting

2006-03-01 Thread Atul Aggarwal
1]# Can anyone Please HELP - Original Message - From: "Tom Brown" <[EMAIL PROTECTED]> To: "Atul Aggarwal" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, March 01, 2006 9:18 PM Subject: Re: MYSQL not starting > > > Mar 1 14:32:12 moon ker

Re: MYSQL not starting

2006-03-01 Thread Tom Brown
Mar 1 14:32:12 moon kernel: audit(1141241528.781:45036): avc: denied { execmem } for pid=20857 comm="mysqld" scontext=root:system_r:mysqld_t tcontext=root:system_r:mysqld_t tclass=process you have enabled selinux disable it or learn how to use it correctly -- MySQL General Mailing Lis

MYSQL not starting

2006-03-01 Thread Atul Aggarwal
Hi, I am using MYSQL 4.1. But since yesterday I am not able to start the mysqld daemon. I am receiving these errors in /var/lib/mysql/*.err 060301 14:32:08 mysqld started 060301 14:32:08 [Warning] Asked for 196608 thread stack, but got 126976 InnoDB: Error: pthread_create returned 11

RE: new insallation of mysql not starting

2005-04-29 Thread Andy Ford
ROTECTED] Sent: Friday, April 29, 2005 12:26 PM To: Mysql (E-mail) Subject: new insallation of mysql not starting I have just upgraded a mySQL installation on a Soalri 2.8 box for the source. It compiled and installed without error. The startup script redirect STDOUT & STDERR int

new insallation of mysql not starting

2005-04-29 Thread Andy Ford
I have just upgraded a mySQL installation on a Soalri 2.8 box for the source. It compiled and installed without error. The startup script redirect STDOUT & STDERR into /dev/null so this is what I did ... /usr/bin/mysqld_safe --datadir=/data/mysql-data/ --pid-file=/data/mysql-data/mysql.pid St

Re: MySQL not starting at boot-Fedora Core 3

2005-04-18 Thread Gleb Paharenko
Hello. Are you able to start MySQL server by this command? service mysqld start I think you should put the correct values for the basedir, datadir, PATH variables at the beginning of the /etc/init.d/mysql file. Mark Sargent <[EMAIL PROTECTED]> wrote: > Hi All, > > attemptin

Re: MySQL not starting at boot-Fedora Core 3

2005-04-17 Thread Mark Sargent
Michael Stassen wrote: Mark Sargent wrote: Andy Pieters wrote: Hi Try to see in the log files cat /var/log/mysqld or start the mysql server and then type tail /var/log/messages On Fedora, once you have properly installed mysql there is no need to reboot your system to test it. Just type /sbin/ser

Re: MySQL not starting at boot-Fedora Core 3

2005-04-17 Thread Michael Stassen
Mark Sargent wrote: Andy Pieters wrote: Hi Try to see in the log files cat /var/log/mysqld or start the mysql server and then type tail /var/log/messages On Fedora, once you have properly installed mysql there is no need to reboot your system to test it. Just type /sbin/service mysql start other

Re: MySQL not starting at boot-Fedora Core 3

2005-04-16 Thread Mark Sargent
Andy Pieters wrote: Hi Try to see in the log files cat /var/log/mysqld or start the mysql server and then type tail /var/log/messages On Fedora, once you have properly installed mysql there is no need to reboot your system to test it. Just type /sbin/service mysql start other options you can use

Re: MySQL not starting at boot-Fedora Core 3

2005-04-16 Thread Andy Pieters
Hi Try to see in the log files cat /var/log/mysqld or start the mysql server and then type tail /var/log/messages On Fedora, once you have properly installed mysql there is no need to reboot your system to test it. Just type /sbin/service mysql start other options you can use there: stop re

MySQL not starting at boot-Fedora Core 3

2005-04-16 Thread Mark Sargent
Hi All, attempting another mysql install, on a 3rd machine. Extracted the tar.gz file to /usr/local/mysql. Followed the install docs here, http://dev.mysql.com/doc/mysql/en/installing-binary.html and successfully ran the MySql grant tables script, 6. If you haven't installed MySQL before, you mus

Re: mysql not starting at boot

2005-03-30 Thread l'eau
To have mysql to start at boot you need to inform the inetd (daemon) that mysql should be launched at one of the 6 levels: Use chkconfig to have mysql start in one of the level (2,3,4,5,6) 5 being X windows. There are two ways to check that mysql will be loaded: - 1 - by checking the file in /

Re: mysql not starting at boot

2005-03-30 Thread Mark Sargent
Tom Crimmins wrote: On Wednesday, March 30, 2005 23:26, Mark Sargent wrote: Hi All, below is my /etc/init.d/mysql content, but, mysql is not starting at boot on Fedora3. Have I missed something fundamental.? I need mysql to start at boot for snort to connect to it. Currently, snort gives an erro

RE: mysql not starting at boot

2005-03-30 Thread Tom Crimmins
On Wednesday, March 30, 2005 23:26, Mark Sargent wrote: > Hi All, > > below is my /etc/init.d/mysql content, but, mysql is not starting at > boot on Fedora3. Have I missed something fundamental.? I need mysql to > start at boot for snort to connect to it. Currently, snort gives an > error statin

mysql not starting at boot

2005-03-30 Thread Mark Sargent
Hi All, below is my /etc/init.d/mysql content, but, mysql is not starting at boot on Fedora3. Have I missed something fundamental.? I need mysql to start at boot for snort to connect to it. Currently, snort gives an error stating it can't connect. Cheers. Mark Sargent. [EMAIL PROTECTED] ~]# cat

Re: MYSQL not starting

2003-09-04 Thread Dan Nelson
In the last episode (Sep 04), Jerry Rasmussen said: > I recently installed mysql 4 from source. After compiling everything I > am unable to start mysql. This is the error I get in the log when I try > to start mysql. > > 030901 19:41:35 Fatal error: Can't open privilege tables: Can't find > fi

Re: MYSQL not starting

2003-09-04 Thread Jerry Rasmussen
EMAIL PROTECTED]> > Sent: Thursday, September 04, 2003 5:59 PM > Subject: MYSQL not starting > > > > I recently installed mysql 4 from source. After compiling everything I > > am unable to start mysql. This is the error I get in the log when I try > > to start

Re: MYSQL not starting

2003-09-04 Thread Martin Gainty
did you look at datadir specification in my.ini? -Martin - Original Message - From: "Jerry Rasmussen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 5:59 PM Subject: MYSQL not starting > I recently installed mysql 4 from

MYSQL not starting

2003-09-04 Thread Jerry Rasmussen
I recently installed mysql 4 from source. After compiling everything I am unable to start mysql. This is the error I get in the log when I try to start mysql. 030901 19:41:35 Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13) I am trying to get this to r

Re: MySQL not starting.

2002-10-23 Thread Mark
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 10:14 PM Subject: Re: MySQL not starting. > One line says : > > The file /usr/local/mysql/libexec/mysqld doesn't exist or is not > executable ---

Re: MySQL not starting.

2002-10-23 Thread gerald_clark
One line says : The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Does it exist? Is it executable? Is it owned my mysql? Does mysql own /usr/local/mysql and all its subdirectories and files? Another line says ./mysqld: Can't change dir to '/usr/local/mysql-3.23.52-pc

Re: MySQL not starting.

2002-10-23 Thread ed
I have tried both as myself and as root and received the same results. Thanks, Ed On Wed, 23 Oct 2002, gerald_clark wrote: > You are not logged in as root. > > [EMAIL PROTECTED] wrote: > > >I recently installed MySQL-3.23.52 and ranthrough the config and > >installation without any trouble

Re: MySQL not starting.

2002-10-23 Thread gerald_clark
You are not logged in as root. [EMAIL PROTECTED] wrote: I recently installed MySQL-3.23.52 and ranthrough the config and installation without any trouble. The server was running just fine. Today I performed a reboot of the system and the server will not start up again. I also tried to start th

MySQL not starting

2002-10-23 Thread ed
I recently installed 3.23.52 on a server and everything went fine throughout the configuration and install. The server started fine and has been running flawlessly for the past 3 months. However, I needed to reboot the system this morning and MySQL wouldn't start back up. I have tried using both .

MySQL not starting.

2002-10-23 Thread ed
I recently installed MySQL-3.23.52 and ranthrough the config and installation without any trouble. The server was running just fine. Today I performed a reboot of the system and the server will not start up again. I also tried to start the server by hand and these are the error messages I'm rece

Re: MySQL not starting ?

2002-06-14 Thread Erik Price
On Friday, June 14, 2002, at 03:48 PM, Laura Findley wrote: > > Normally, I issue the command: > > [root@localhost root]# safe_mysqld -user=root & > [1] 1781 > [root@localhost root]# Starting mysqld daemon with databases from > /var/lib/mysql > 020614 02:09:36 mysqld ended Are you really only

MySQL not starting ?

2002-06-14 Thread Laura Findley
All- Good afternoon. I was able to get MySQL started this morning but it will not start now. I'm hoping someone may be able to offer a suggestion or insight... Normally, I issue the command: [root@localhost root]# safe_mysqld -user=root & [1] 1781 [root@localhost root]# Starting mysqld daemon

mysql not starting

2001-09-07 Thread Buddy
I installed Mysql using the Apachetoolbox. Everything installed correctly, but when linux boots, mysqld starts, and stops immediately. I checked out the docs, and tried using "./safe_mysqld --skip-grant-tables" which starts to load mysql, but then hangs, causing me to reboot. I ran "mysql_install

RE: MYSQL not starting properly

2001-04-26 Thread Unknown User
>Submitter-Id: >Originator:Mark Leedham >Organization: Startle plc 18-21 Cavaye Place Chelsea London UK SW10 9PT +44 (0)207 341 0947 >MySQL support: none >Synopsis: mysql not starting properly >Severity: critical >Priority: high >Category: mysql >Class:

MYSQL not starting properly

2001-04-26 Thread Mark Leedham
Any clues ? >How-To-Repeat: Use above command >Fix: Unknown >Submitter-Id: >Originator:Mark Leedham >Organization: Startle plc 18-21 Cavaye Place Chelsea London UK SW10 9PT +44 (0)207 341 0947 >MySQL support: none >Synopsis: mysql not starting