Re: Can't start mysqld

2007-11-19 Thread sizo nsibande
On 20/11/2007, sizo nsibande <[EMAIL PROTECTED]> wrote: > Greetings > > I just installed mysql and a few other packages but it gives me these erros: > > [EMAIL PROTECTED] zabbix-1.4.2]# service mysqld start > mysqld: unrecognized service > __ > > [EMAIL PROTE

Re: Can't start mysqld

2007-11-19 Thread Ananda Kumar
did u try this /etc/init.d/mysql start On 11/20/07, sizo nsibande <[EMAIL PROTECTED]> wrote: > > Greetings > > I just installed mysql and a few other packages but it gives me these > erros: > > [EMAIL PROTECTED] zabbix-1.4.2]# service mysqld start > mysqld: unrecognized service > _

Re: can't start mysqld

2005-05-03 Thread Gleb Paharenko
Hello. Are you using an official binary? Was there any error messages before crashing? Resolve the stack trace. Follow recomendations from: http://www.mysql.com/doc/en/Crashing.html "Jack" <[EMAIL PROTECTED]> wrote: > hi,all. > > i can't start mysqld anymore , it's log reports

Re: can't start mysqld

2003-08-24 Thread Jakob Dölling
Krichene: > I have installed mysql on my Linux redhat 7.2 System. when I try to lauch the > mysqld ,the message is [ok] but when i launch service mysql status, i got the > folowwing :"mysql is dead but subsys is locked" and I can't connect to my database > Can you help me please > Think you P

Re: Can't start mysqld from Source Distro - can't readmessagefile errmsg.sys

2002-09-09 Thread Tony Butcher
ounds like a bug to me, and I've now done this on both SuSE 7.0 and SuSE8.0. Tony Butcher > From: Gerald Clark <[EMAIL PROTECTED]> > Organization: Supplier Systems Corporation > Date: Fri, 06 Sep 2002 13:30:29 -0500 > To: Tony Butcher <[EMAIL PROTECTED]> > Cc: [EMAIL

Re: Can't start mysqld from Source Distro - can't readmessagefile errmsg.sys

2002-09-06 Thread Tony Butcher
0 > To: Tony Butcher <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Can't start mysqld from Source Distro - can't read > messagefile errmsg.sys > > You have to create a mysql user and > chown -R mysql /usr/local/mysql > > then run > ./script

Re: Can't start mysqld from Source Distro - can't read messagefile errmsg.sys

2002-09-06 Thread Gerald Clark
You have to create a mysql user and chown -R mysql /usr/local/mysql then run ./scripts/mysql_install_db --user=mysql Tony Butcher wrote: >Hi, > >I have compiled 4.0.3-beta onto SuSE Linux 7.0. The configure, make and make >install go fine, but then when I try to run the mysql_install_db scr

Re: Can't Start Mysqld

2001-04-25 Thread Steve Brazill
If you're logged on as "root" on the system, you should be able to 'stop' mysql, remove the contents of the "var" subdirectory (NOT /var), and re-run "bin/mysql_install_db"... (I hope I'm right...) TWooly wrote: > Hey I installed the MySQL pkg from http://pkg.nl.cobalt.com a couple of > wee

Re: Can't start mysqld

2001-01-29 Thread Jeremy D. Zawodny
On Tue, Jan 30, 2001 at 01:09:14AM +0100, [EMAIL PROTECTED] wrote: > >Description: > Can't start mysqld. In /var/mysql/.err, there is > a line saying "getpwnam: Undefined error: 0" > >How-To-Repeat: > /usr/local/bin/safe_mysqld Hm. What user have you configured MySQL to run as