Re: Can't start mysql

2005-12-01 Thread Gleb Paharenko
Hello. Have you add mysql_enable=YES and others to /etc/rc.conf? See the contents of /usr/local/etc/rc.d/mysql-server.sh Tim DeBoer [EMAIL PROTECTED] wrote: Hi everyone, I just installed mysql50-server, -client, and -scripts from Freebsd ports. Everything seemed to go well, no errors

Re: Can't start mysql 5.0.15

2005-11-11 Thread Greg Maruszeczka
Saffa Kemokai wrote: I am unable to start mysql after several trials and fixes. I compiled a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed the files in their proper locations. Below is what I keep getting and I don't know now how to get it working. What do I need to do

RE: Can't start mysql 5.0.15

2005-11-10 Thread Logan, David (SST - Adelaide)
You don't appear to have completed the installation process. The processes are described here http://dev.mysql.com/doc/refman/5.0/en/unix-post-installation.html Regards David Logan Database Administrator HP Managed Services 148 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 - Work +61

Re: Can't Start MySql

2005-05-26 Thread Gleb Paharenko
Hello. It could be a bug, because you're using rather deprecated software (Win98) and a very old MySQL 4.0.14. A Z [EMAIL PROTECTED] wrote: MySQL 4.0.14 Win98 platform. what could cause the following error by typing mysqld --console. regards 050525 16:50:13

Re: Can't start mysql server automatically

2004-08-23 Thread Egor Egorov
Michael Stassen [EMAIL PROTECTED] wrote: O Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not recommended. With a proper setup, you should never need LD_LIBRARY_PATH in Solaris. In any version of

RE: Can't start mysql server automatically

2004-08-23 Thread Logan, David (SST - Adelaide)
PROTECTED] Subject: Re: Can't start mysql server automatically Michael Stassen [EMAIL PROTECTED] wrote: O Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not recommended. With a proper setup, you should never need

Re: Can't start mysql server automatically

2004-08-15 Thread Michael Stassen
Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not recommended. With a proper setup, you should never need LD_LIBRARY_PATH in Solaris. In any version of Solaris, you can build with -R /usr/local/lib to

Re: Can't start MySQL

2003-09-01 Thread Martin Gainty
Bob- I would start to look in \Apache Group\Apache2\logs and tell us what error.log says -Martin - Original Message - From: Bob Demers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 01, 2003 6:46 AM Subject: Can't start MySQL I've clearly done something worng but,

Re: Can't start MySQL

2003-09-01 Thread Gerald R. Jensen
Might also help if he would specify the O/S ... - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Bob Demers [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, September 01, 2003 1:12 PM Subject: Re: Can't start MySQL Bob- I would start to look in \Apache Group\Apache2

Re: Can't start MySQL

2003-09-01 Thread Jakob Dölling
He is on Win32, probably Win98 Regards, Jakob Might also help if he would specify the O/S ... - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Bob Demers [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, September 01, 2003 1:12 PM Subject: Re: Can't start MySQL

RE: Can't start MySQL

2003-09-01 Thread Bob Demers
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 2:13 PM To: Bob Demers; Subject: Re: Can't start MySQL Bob- I would start to look in \Apache Group\Apache2\logs and tell us what error.log says -Martin - Original Message - From: Bob Demers [EMAIL

Re: Can't start MySQL on Mac OS X

2003-08-10 Thread Nicos Kekchidis
Todd and Guys, Your advice helped me too. I think either Apple screwed up when set up /tmp directory to be writeable by root only or since MySQL package has bug or shall be installed ONLY as root user. - Nicos -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Re: Can't start MySQL on Mac OS X

2003-08-08 Thread Adam Fortuno
Nicos, Actually, MySQL should be installed by an administrator, but it should be executed by root, which would permit the writing to the tmp dir. Meaning everytime you kick off MySQL server, you'll need to do so as root. This is usually how I dow it: cd /usr/local/mysql sudo echo sudo

Re: Can't start MySQL on Mac OS X

2003-07-02 Thread gerald_clark
If you did not shutdown the server prior to the upgrade, you could have left mysqld running, even after its socket was removed. Use ps to see if mysqld is still running, and kill it if necessary. Todd O'Bryan wrote: Something bad has happened. MySQL was up and running on my machine, but now

Re: Can't start MySQL on Mac OS X

2003-07-02 Thread Egor Egorov
Todd O'Bryan [EMAIL PROTECTED] wrote: Something bad has happened. MySQL was up and running on my machine, but now it's not and I have a chicken and egg problem that I can't seem to solve... I uninstalled any old versions of MySQL and I'm using the package installer of version 4.0.13 on

Re: Can't start MySQL on Mac OS X

2003-07-02 Thread Todd O'Bryan
OK. I've verified that no mysqld is running using Egor's command from below, and by using netstat (which someone else suggested) there is nothing listening on port 3306. Any new ideas? Thanks, Todd On Wednesday, July 2, 2003, at 09:51 AM, Egor Egorov wrote: Todd O'Bryan [EMAIL PROTECTED]

Re: Can't start MySQL on Mac OS X

2003-07-02 Thread Scott Franks
Check your permissions in /usr/local/mysql, I think the package leaves some incorrectly set. The exact problem is usually logged in /usr/local/mysql/data/hostname.err this file is invaluable Cheers! --s On Wednesday, July 2, 2003, at 09:24 AM, Todd O'Bryan wrote: OK. I've verified that no

Re: Can't start MySQL on Mac OS X

2003-07-02 Thread Todd O'Bryan
I figured out what happened, though I don't know when it happened... I had screwed up the permissions for the /tmp/ directory, so the mysql user could not create the socket it needed there. A well-placed chmod and things are back in working order. Thanks to all for the suggestions, Todd --

Re: can't start mysql

2003-06-18 Thread Victoria Reznichenko
David Kruszewski [EMAIL PROTECTED] wrote: Description: 1: running safe_mysqld it just stops at end of statement bash-2.05a# safe_mysqld Starting mysqld daemon with databases from /var/lib/mysql 030618 10:09:11 mysqld ended You can find what was wrong in the error log file

Re: Can't start mysql

2003-03-01 Thread Stefan Hinz
John, I'm trying to install MySQL 3.23 on a RedHat Linux Version 8.0 box using RPMs. The install seems to go well, but the log file contains: mysqld: Can't find file: './mysql/host.frm' From the docs, I understand this happens because I haven't set up the grant tables, but how can I do

RE: Can't start mysql

2003-03-01 Thread Peter Lovatt
hi have you run mysql_install_db ? this sets up the mysql database initially Peter -Original Message- From: John Almberg [mailto:[EMAIL PROTECTED] Sent: 01 March 2003 20:44 To: [EMAIL PROTECTED] Subject: Can't start mysql I'm trying to install MySQL 3.23 on a RedHat Linux Version 8.0

Re: Can't start MySQL server

2002-07-01 Thread Alexander Barkov
Hi! It seems you still have an old mysqld running. Check this: ps ax | grep mysqld and kill it if it does really present. duo fu wrote: Dear all: I have just removed an old version of mysql and install MySQL3.23.51 (tarball). After installation, I tried to start the server: %

Re: Can't start mysql-service on Win XP

2002-04-28 Thread Jan Peuker
Hi Sabine (again ;-) ) I suppose you already tried this: http://www.mysql.com/doc/N/T/NT_start.html This could be problems w/ your path or your my.ini (overwritten my mysqladmin). If it won't start anyway, put mysqladmin.exe to your autostart. regards, (Grüße) Jan - Original Message

Re: Can't start mysql-service on Win XP

2002-04-28 Thread Sabine Richter
Hi Jan, I suppose you already tried this: http://www.mysql.com/doc/N/T/NT_start.html I did! This could be problems w/ your path or your my.ini (overwritten my mysqladmin). mysqld-nt --help has the correct basedir (.\mysql\) Oh, what's that? In my.ini I just wrote basedir=mysql

Re: Can't start mysql-service on Win XP

2002-04-28 Thread Gerald R. Jensen
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 28, 2002 10:31 AM Subject: Re: Can't start mysql-service on Win XP Hi Jan, I suppose you already tried this: http://www.mysql.com/doc/N/T/NT_start.html I did! This could be problems w/ your path or your my.ini (overwritten my mysqladmin

RE: Can't start MySQL,please help......

2001-12-09 Thread Carsten H. Pedersen
Hi,Sir: I found the message shows that: --- 04 01:13:40 mysqld started ^G/usr/local/mysql/libexec/mysqld: File './host-bin.1' not found (Errcode: 13) 04 1:13:40 Could not use host-bin for logging (error 13) InnoDB: Warning:

Re: Can't start MYSQL on Linux

2001-08-08 Thread Stefan Hinz
-Meyer-Allee 25, 13355 Berlin # Tel: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: Ling Wang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 3:51 AM Subject: Re: Can't start MYSQL on Linux Yes, that's it. It worked

Re: Can't start MYSQL on Linux

2001-08-08 Thread Ling Wang
I got it. Thank you very very much for the help. Ling From: Trond Eivind Glomsrød [EMAIL PROTECTED] To: Ling Wang [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Can't start MYSQL on Linux Date: Tue, 7 Aug 2001 23:03:41 -0400 (EDT) On Wed, 8 Aug 2001, Ling Wang wrote: I have to login

Re: Can't start MYSQL on Linux

2001-08-07 Thread mike cullerton
on 8/6/01 10:13 PM, Trond Eivind Glomsrød at [EMAIL PROTECTED] wrote: Ling Wang [EMAIL PROTECTED] writes: I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was installed together with the Redhat Linux. I can not start the mysql server by executing /usr/bin/safe_mysqld .

Re: Can't start MYSQL on Linux

2001-08-07 Thread Gerald Clark
chown -R mysql /var/lib/mysql Ling Wang wrote: I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was installed together with the Redhat Linux. I can not start the mysql server by executing /usr/bin/safe_mysqld . It always ends immediately. When I look at the

Re: Can't start MYSQL on Linux

2001-08-07 Thread Stefan Hinz
Dear Wang, /usr/libexec/mysql: Can't find file './mysql/host.frm' (errno: 13) It's tricky, but you have to install the two databases (mysql and test) shipped along with the MySQL distribution. Here's that part: shell ./scripts/mysql_install_db And here's the manual part:

Re: Can't start MYSQL on Linux

2001-08-07 Thread Trond Eivind Glomsrød
mike cullerton [EMAIL PROTECTED] writes: on 8/6/01 10:13 PM, Trond Eivind Glomsrød at [EMAIL PROTECTED] wrote: Ling Wang [EMAIL PROTECTED] writes: I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was installed together with the Redhat Linux. I can not start the mysql

Re: Can't start MYSQL on Linux

2001-08-07 Thread Ling Wang
From: [EMAIL PROTECTED] (Trond Eivind Glomsrød) To: Ling Wang [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Can't start MYSQL on Linux Date: 07 Aug 2001 00:13:51 -0400 Ling Wang [EMAIL PROTECTED] writes: I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was installed

Re: Can't start MYSQL on Linux

2001-08-07 Thread Trond Eivind Glomsrød
On Wed, 8 Aug 2001, Ling Wang wrote: I have to login as root user to do mysql_install_db and safe_mysqld . Otherwise I will get permission denied message. You already made those files, and they're owned by root. You can't overwrite them that way. Just do a chown before you start the

Re: Can't start MYSQL on Linux

2001-08-07 Thread Ling Wang
Yes, that's it. It worked!!! Thank you so much. Can I ask why? Ling From: Gerald Clark [EMAIL PROTECTED] To: Ling Wang [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Can't start MYSQL on Linux Date: Tue, 07 Aug 2001 10:29:21 -0500 chown -R mysql /var/lib/mysql Ling Wang wrote: I have

Re: Can't start MYSQL on Linux

2001-08-06 Thread Trond Eivind Glomsrød
Ling Wang [EMAIL PROTECTED] writes: I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was installed together with the Redhat Linux. I can not start the mysql server by executing /usr/bin/safe_mysqld . You're not supposed to. To start mysql, as any service, do service mysqld

Re: can't start mysql

2001-03-07 Thread Gerald L. Clark
foxwoo wrote: Dear, I use Red Head 6 with mysql, php3 and apache, past all of them are work well, but one day the our DNS had some problem, after solve the DNS problems, we found we cannot restart our mysql. The error message is "mysqld daemon ended". The host.err is as below: