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

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

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 List

Re: MYSQL not starting

2006-03-01 Thread Atul Aggarwal
I have disabled selinux but no luck [EMAIL PROTECTED] ~]# system-config-securitylevel Security Level (*) Disabled OK [EMAIL PROTECTED] ~]# /etc/init.d/mysql start Starting MySQL... [FAILED] [EMAIL PROTECTED] ~]# I am receiving these errors in /var/lib

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
: 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/[EMAIL PROTECTED] - Original Message - From: Atul Aggarwal

Re: mysql-4.1.16 starting trouble

2006-01-18 Thread Trux
On Tuesday 17 January 2006 14:37, Gleb Paharenko wrote: This is a bug: http://bugs.mysql.com/bug.php?id=15965 Have a look here as well: http://bugs.mysql.com/bug.php?id=15151 Most probable you will have to install the latest development source, which has this bug fixed:

Re: mysql-4.1.16 starting trouble

2006-01-17 Thread Gleb Paharenko
Trux wrote: Hi! Sorry for my english, im russian. I have trouble with starting mysql-4.1.16. I compiled it from source, and when i run: # mysql_install_db --user=mysql i've got: - ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL

Re: mysql-4.1.16 starting trouble

2006-01-17 Thread Trux
On Tuesday 17 January 2006 14:37, Gleb Paharenko wrote: This is a bug: http://bugs.mysql.com/bug.php?id=15965 Have a look here as well: http://bugs.mysql.com/bug.php?id=15151 Most probable you will have to install the latest development source, which has this bug fixed:

Re: mysql-4.1.16 starting trouble

2006-01-17 Thread Gleb Paharenko
What about next release in 4.1.x? May be it will fix this bug? I hope it will. Trux wrote: On Tuesday 17 January 2006 14:37, Gleb Paharenko wrote: This is a bug: http://bugs.mysql.com/bug.php?id=15965 Have a look here as well: http://bugs.mysql.com/bug.php?id=15151 Most probable

mysql-4.1.16 starting trouble

2006-01-16 Thread Trux
Hi! Sorry for my english, im russian. I have trouble with starting mysql-4.1.16. I compiled it from source, and when i run: # mysql_install_db --user=mysql i've got: - ERROR: 1064  You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version

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

RE: new insallation of mysql not starting

2005-04-29 Thread Andy Ford
, 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 into /dev/null so this is what I

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, attempting

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

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

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

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
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

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

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 stating

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

Re: mysql not starting at boot

2005-03-30 Thread l'eau
to /etc/rc.d/rc4.d/ and look at a file named ...mysql S20mysql (S means it will be picked up by the inetd daemon) K30mysql (K means Kill and mysql wont start) good luck Laurie On Wednesday 30 March 2005 09:26 pm, Mark Sargent wrote: Hi All, below is my /etc/init.d/mysql content, but, mysql

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 source. After compiling everything I am

Re: MYSQL not starting

2003-09-04 Thread Jerry Rasmussen
, 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 mysql. 030901 19:41:35 Fatal error: Can't open privilege tables: Can't find file

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 file:

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

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

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

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. The

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

Re: MySQL not starting.

2002-10-23 Thread Mark
] 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 - Before posting, please check: http://www.mysql.com

2 mysql daemons starting - both with different configs

2002-07-28 Thread Matt Darcy
Hi, I have copied the file ./support-files/mysql.server to /etc/init.d/mysql_server. I have edited the /etc/init.d/mysql_server to set the basedir to /usr/local/mysql and the datadir to /usr/local/mysql/var When I compiled mysql I set the --with-mysqld-user=mysqldba flag. I run (as root)

Re: 2 mysql daemons starting - both with different configs

2002-07-28 Thread Paul DuBois
At 12:15 +0100 7/28/02, Matt Darcy wrote: Hi, I have copied the file ./support-files/mysql.server to /etc/init.d/mysql_server. I have edited the /etc/init.d/mysql_server to set the basedir to /usr/local/mysql and the datadir to /usr/local/mysql/var When I compiled mysql I set the

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

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 using

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 not starting properly

2001-04-26 Thread Mark Leedham
Description: I am having a problem starting the mysql daemon from the command line. I am using the following command from /usr/local/mysql :- bin/safe_mysqld -u root The resultant error file /usr/local/mysql/data/bon.err, has the following entries:- mysqld started on Thursday April 26 14:24

RE: MYSQL not starting properly

2001-04-26 Thread Unknown User
I had the same problem on with Red Hat 7 using mysql-3.23.33. I installed from RPM and source. Never could get the darn thing working. I just scrapped .33 and downloaded .36. Works like a charm now. DG Description: I am having a problem starting the mysql daemon from the command line. I