Re: mysql ended problem

2005-02-14 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/communication-errors.html >Sorry I missed to attach the error logs. >I could not infer from the log files. > >Below line is getting printed when I try to start MySql >050211 2:35:14 Aborted connection 12 to db: 'AMDB' user: 'root' host:

Re: mysql ended problem

2005-02-11 Thread Gleb Paharenko
, when I start mysql using below command > MYSQL_HOME=`pwd` > ./bin/mysqld_safe --defaults-file=$MYSQL_HOME/my.ini > --socket=$MYSQL_HOME/mysql.sock --tmpdir=$MYSQL_HOME/tmp --port=13306 > --user=root & > > I get a message *mysql ended *and server gets shutdown

mysql ended problem

2005-02-11 Thread yoge
In Linux , when I start mysql using below command MYSQL_HOME=`pwd` ./bin/mysqld_safe --defaults-file=$MYSQL_HOME/my.ini  --socket=$MYSQL_HOME/mysql.sock --tmpdir=$MYSQL_HOME/tmp --port=13306 --user=root & I get a message mysql ended and server gets shutdown It happens in RedHat linux. M

Re: mysql ended

2004-02-15 Thread Egor Egorov
Russell Jolly <[EMAIL PROTECTED]> wrote: > Description: > Downloaded, installed, and tried to run mysql server 4.0.18 on > Red Hat ES 3x and recieved the following error: > >Starting mysqld daemon with databases from /var/lib/mysql >040214 12:08:16 mysqld ended > > I can't get the my

mysql ended

2004-02-14 Thread Russell Jolly
Description: Downloaded, installed, and tried to run mysql server 4.0.18 on Red Hat ES 3x and recieved the following error: Starting mysqld daemon with databases from /var/lib/mysql 040214 12:08:16 mysqld ended I can't get the mysql server to run. Any suggestions on what could be

Re: mysql ended error

2003-06-25 Thread Nils Valentin
Hi Singh, I thought that it would be the privilege database. Nice to hear things are sorted. ;-) Perhaps you should use the time to explore how the privilege datbase is working ;-). It certainly was a interesting experience for me. There are some good articles at www.devshed.com / something "s

Re: mysql ended error

2003-06-25 Thread Pushpinder Singh Garcha
Thanks you Nils . (B (B I truly appreciate how helpful you have been !! I have now got the (Berror sorted out now. (B (BI re-installed MySQL on my Mac OS Jaguar 3 times. Finally the third (Btime I got it to run. Somehow I had corrupted my User.MYI file (BI did have to delete the /usr/loca

Re: mysql ended error

2003-06-24 Thread Santino
If You install Mysql from .dmg file it doesn't install mysql databases (grant tables, etc.) I think You have a permission problem so open a terminal and type su this command allows You to be root then chown -R mysql.mysql data(data owner must be mysql) chmod -R 577 data (allows everyone to wr

Re: mysql ended error

2003-06-23 Thread Nils Valentin
Hi Sigh, I just double and tripple read the threat once more. >>Installing all prepared tables >>./bin/mysqld: Can't change dir to '/usr/local/mysql/./data/' (Errcode: >>13) This tells me that your user account you are currently logged in with (username) does not have rights to write to /usr/

Re: mysql ended error

2003-06-23 Thread Nils Valentin
Hi Singh, I followed the threat carefully, and the more I read the more I believe we are looking in the wrong place. I believe that this is an OS Issue. Uninstall mysql once more. Take whichever install method you are most comfortable with (but stick to it :-). check the datadir and used linux

Re: mysql ended error

2003-06-23 Thread Pushpinder Singh Garcha
Is there an mysql directory in /usr/local/mysql/data? [psg:/usr/local/mysql] psgarcha% sudo ls data 127.0.0.1.errib_logfile1 psg.local..err ShwetaParekh-Computer.local..err ibdata1 psg.local..err.save ShwetaParekh-C

Re: mysql ended error

2003-06-23 Thread Victoria Reznichenko
Pushpinder Singh Garcha <[EMAIL PROTECTED]> wrote: > > What can I do now ?... I do not care about the data because this is > just on the testing server and the development server is unaffected. > However I need to have the MySQL Server up and running. > Repair tables using myisamchk:

Re: mysql ended error

2003-06-23 Thread gerald_clark
gt;> MySQL doesnt startup and even if it would you could not login as the (B>> user (B>> table is unreadable at present. (B>> (B>> The quick way is to reinstall MySQL. You could try to copy the whole (B>> folder (B>> were the privilege database "mysql&qu

RE: mysql ended error

2003-06-23 Thread Victor Pendleton
(BSubject: Re: mysql ended error (B (B (B (BI have tried to re-initialize MySQL on Mac OS X Jaguar using : (B (B (B1. sudo rm -rf /usr/local/mysql/data/* (B (B2. sudo hostname 127.0.0.1 (B (B3. cd /usr/local/mysql (B (B4. sudo ./scripts/mysql_install_db (B (B5. sudo chown -R

RE: mysql ended error

2003-06-23 Thread Victor Pendleton
[mailto:[EMAIL PROTECTED] (BSent: Monday, June 23, 2003 9:49 AM (BTo: Victor Pendleton (BCc: Nils Valentin; [EMAIL PROTECTED] (BSubject: Re: mysql ended error (B (B (B (BThanks Victor, (B (B (BWhat can I do now ?... I do not care about the data because this is just on (Bthe testing server

Re: mysql ended error

2003-06-23 Thread Pushpinder Singh Garcha
PROTECTED] (B> Sent: Monday, June 23, 2003 9:43 AM (B> To: Nils Valentin (B> Cc: [EMAIL PROTECTED] (B> Subject: Re: mysql ended error (B> (B> (B> Thanks Nils, (B> (B> I had been having an terrible experience starting up MySQL. I used to (B> get this erro

RE: mysql ended error

2003-06-23 Thread Victor Pendleton
Your grant tables are either corrupted or damaged. Error 145 indicates this. (B (B-Original Message- (BFrom: Pushpinder Singh Garcha [mailto:[EMAIL PROTECTED] (BSent: Monday, June 23, 2003 9:43 AM (BTo: Nils Valentin (BCc: [EMAIL PROTECTED] (BSubject: Re: mysql ended error (B (B

Re: mysql ended error

2003-06-23 Thread Pushpinder Singh Garcha
B> (B> 2003$BG/(B 6$B7n(B 21$BF|(B $BEZMKF|(B 04:25$B!"(BPushpinder Singh Garcha $B$5$s$O=q$-$^$7$?(B: (B>> hello all, (B>> (B>> i hve been getting the 'mysql ended' error for over a wek now.when i (B>> look into the log file this is w

Re: mysql ended error

2003-06-21 Thread Nils Valentin
i hve been getting the 'mysql ended' error for over a wek now.when i > look into the log file this is what I get > > This is from the error logs > > 030619 17:09:04 mysqld ended > > 030620 13:14:06 mysqld started > 030620 13:14:09 InnoDB: Started > 030620 13:14

Re: mysql ended error

2003-06-20 Thread gerald_clark
Pushpinder Singh Garcha wrote: hello all, i hve been getting the 'mysql ended' error for over a wek now.when i look into the log file this is what I get This is from the error logs 030619 17:09:04 mysqld ended 030620 13:14:06 mysqld started 030620 13:14:09 InnoDB: Started 03062

mysql ended error

2003-06-20 Thread Pushpinder Singh Garcha
hello all, i hve been getting the 'mysql ended' error for over a wek now.when i look into the log file this is what I get This is from the error logs 030619 17:09:04 mysqld ended 030620 13:14:06 mysqld started 030620 13:14:09 InnoDB: Started 030620 13:14:09 Fatal error: Can't

HELP for "mysql ended" error

2002-12-31 Thread Chamlee, Douglas, B. (Contractor)
I am trying to upgrade the mysql database. I am installing on a Unix (SGI's IRIX) platform, upgrading to 3.23.52. I am installing a tar distribution (binary) from SGI's freeware web site. The installation goes fine - no errors - execpt when I try to start mysql it returns "mysql

RE: HELP for "mysql ended" error

2002-12-31 Thread Christensen, Dave
St PO Box 160 Panora, IA 50216 (800) 362-1097 or (641) 755-2775 [EMAIL PROTECTED] -Original Message- From: Chamlee, Douglas, B. (Contractor) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 11:38 AM To: '[EMAIL PROTECTED]' Subject: HELP for "mysql ended"

mysql ended after rpm install

2002-02-12 Thread James Austin
Hello, Can anyone help with an MySQL RPM installation that doesn't seem to be working on RedHat 7.1? First I did an `rpm -i mysql-max-4.0.1-alpha-win.rpm` install and it didn't seem to give me all the files… but it did put a .sock file in /var/run/mysql. Don't know how this rpm is different fro

mysql ended after rpm install

2002-02-07 Thread James Austin
Hello, Can anyone help with an MySQL RPM installation that doesn't seem to be working on RedHat 7.1? First I did an `rpm -i mysql-max-4.0.1-alpha-win.rpm` install and it didn't seem to give me all the files… but it did put a .sock file in /var/run/mysql. Don't know how this rpm is different fro

Re: mysql ended-addendum

2001-04-30 Thread Mike Loiterman
>From: [EMAIL PROTECTED] >To: "Mike Loiterman" <[EMAIL PROTECTED]> >Subject: Re: mysql ended-addendum >Date: 30 Apr 2001 15:16:07 - > >Your message cannot be posted because it appears to be either spam or >simply off topic to our filter. To bypass th

"mysql ended"

2001-04-30 Thread Mike Loiterman
Using RedHat 7 with mysql 3.23.33. Every time I do a ./mysql.server start i get the following error mysql ended. In the error log it says that it cannot find mysql.host. What can I do to fix this problem? _ Get your FREE