Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-25 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] writes: > The latest rpms for mysql 3.23.49 produce a signal 4 error when > attempting to run the installed mysql server. > on all our servers running redhat 7 thru 7.2. > > Obviously this can't be a kernel 2.2.x issue, since 7.2 is on 2.4.x. > > I&

Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-23 Thread Doug Thompson
iam Schulz wrote: >On Sat, Feb 23, 2002 at 01:32:11PM +1300, [EMAIL PROTECTED] wrote: >> Hi all, >> >> The latest rpms for mysql 3.23.49 produce a signal 4 error when >> attempting to run the installed mysql server. >> on all our servers running redhat 7 thru 7.2. &g

Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-23 Thread S. William Schulz
On Sat, Feb 23, 2002 at 01:32:11PM +1300, [EMAIL PROTECTED] wrote: > Hi all, > > The latest rpms for mysql 3.23.49 produce a signal 4 error when > attempting to run the installed mysql server. > on all our servers running redhat 7 thru 7.2. > > Obviously this can'

RE: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-22 Thread Matthew Walker
5:32 PM To: [EMAIL PROTECTED] Subject: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2 Hi all, The latest rpms for mysql 3.23.49 produce a signal 4 error when attempting to run the installed mysql server. on all our servers running redhat 7 thru 7.2. Obviously this can't be a kernel 2

mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-22 Thread simon
Hi all, The latest rpms for mysql 3.23.49 produce a signal 4 error when attempting to run the installed mysql server. on all our servers running redhat 7 thru 7.2. Obviously this can't be a kernel 2.2.x issue, since 7.2 is on 2.4.x. I've tried multiple installs now with no success

Re: starting MySql on redhat 7

2001-04-18 Thread myjunk
I don't know if you have fixed this probelm, but I had the same problem on Red Hat 7.0. I had installed the rpm files from MySQL.com and RedHat.com. The problem was solved by doing the following. chmod 755 the "mysql" directory that contains the "mysql.sock" file. I am currently running the l

Re: starting MySql on redhat 7

2001-04-16 Thread Seung-woo Nam
bobit wrote: > > Hi - here's my prob and background info. Tried the fix - it didn't work. > > MySQL Connection Failed: Can't connect to local MySQL server through socket >'/var/lib/mysql/mysql.sock' (111) > > Any thoughts...? > Is MySQL actually running on your system? Even if you installed

starting MySql on redhat 7

2001-04-16 Thread bobit
Hi - here's my prob and background info. Tried the fix - it didn't work. MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) Any thoughts...? I'm not sure if it's the same problem but here goes: I just did a fresh install of RH 7.0

RE: Aborted connection error on RedHat 7

2001-03-02 Thread Daniel Fritzler
ch 02, 2001 5:26 PM > To: Daniel Fritzler; [EMAIL PROTECTED] > Subject: RE: Aborted connection error on RedHat 7 > > > Be so kind and read the archives :-). Do you happen to use PHP? If so, get > the newest release from http://snaps.php.net. You should be fine then. > > Macie

RE: Aborted connection error on RedHat 7

2001-03-02 Thread Maciek Uhlig
IL PROTECTED] > Subject: Aborted connection error on RedHat 7 > > > Hello there. > > I'm writing these lines because I'm having a weird problem with mySQL > 3.23.33 (also with 3.23.32) on servers running RedHat 7.0. > > Each time that I run my SQL based applic

Aborted connection error on RedHat 7

2001-03-01 Thread Daniel Fritzler
Hello there. I'm writing these lines because I'm having a weird problem with mySQL 3.23.33 (also with 3.23.32) on servers running RedHat 7.0. Each time that I run my SQL based applications, I start getting the following errors on mySQL: 010302 0:45:59 Aborted connection 10207 to db: 'db201' u

Re: Redhat 7 newbie.....

2001-02-26 Thread Luis
Thomas O'Neill wrote: > I just installed Redhat 7.0 and MySql while i was at it. But the deamon is not >running. I get the > > ERROR 2002: Can't connect to local MySQL server through socket >'/var/lib/mysql/mysql.sock' (111) > > when i try to use the client. Could someone please clue me in as

Re: Redhat 7 newbie.....

2001-02-25 Thread Seung-woo Nam
Hi: Make sure MySQL is started when your system boots up. Run 'setup' as root and go to 'System Services' and make sure mysqld is checked. If you want to start the daemon without restarting run '/etc/init.d/mysqld start' as root. Seung-woo Nam Thomas O'Neill wrote: > I just installed Redhat 7.

Re: Redhat 7 newbie.....

2001-02-25 Thread B. van Ouwerkerk
>when i try to use the client. Could someone please clue me in as to home >I get this baby going... > >Thanks! > >Tom RTFM (Read The Fine Manual) :-) you can find it at www.mysql.com Search the archive: http://lists.mysql.com Checkout www.devshed.com Bye, B.

Redhat 7 newbie.....

2001-02-25 Thread Thomas O'Neill
I just installed Redhat 7.0 and MySql while i was at it. But the deamon is not running. I get the ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) when i try to use the client. Could someone please clue me in as to home I get this baby going.

Re: RedHat 7

2001-02-15 Thread Mohamad Ilhami
Hi, I get trouble with redhat 7 i compile the rpm source with this command rpm -bb MySQL-3.23.32.src.rpm then I install the binary rpm. when I run mysql, i get problem with show tables and show databases. it return some rows, but the contents is none. mysql>show databases; Databa

Re: RedHat 7

2001-02-15 Thread Irmund Thum
"Ashley M. Kirchner" schrieb: > > Shawn Boedecker wrote: > > > I just wanted to confirm that MySQL is supported on RedHat 7. I saw > > references to RedHat 5.x and 6.x on the website but no references to RedHat > > 7. > > I'm running the

Re: RedHat 7

2001-02-15 Thread Ashley M. Kirchner
Shawn Boedecker wrote: > I just wanted to confirm that MySQL is supported on RedHat 7. I saw > references to RedHat 5.x and 6.x on the website but no references to RedHat > 7. I'm running the latest stable release under RH7 with no problems. (NOTE: I compiled it myse

RedHat 7

2001-02-15 Thread Shawn Boedecker
Hi, I just wanted to confirm that MySQL is supported on RedHat 7. I saw references to RedHat 5.x and 6.x on the website but no references to RedHat 7. Thanks, shawn - Before posting, please check: http://www.mysql.com

Problem with mysql under redhat 7

2001-01-15 Thread Riccardo Scannapieco
I have linux redhat 7 and a problem with installation of mysql! When I type safe_mysql & the deamon start and end quickly! In the log file the error is the following: Can't find host.frm! What is the problem? - Befor

RE: RedHat 7 and MySQL - Can't start server

2001-01-12 Thread John W Cunningham
Fri Jan 12 10:53:03 CST 2001 Thanks! -John -Original Message- From: Atle Veka [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 12:20 PM To: John W Cunningham Cc: MySQL List Subject: Re: RedHat 7 and MySQL - Can't start server I would suggest checking your errorlogs. Th

Re: RedHat 7 and MySQL - Can't start server

2001-01-12 Thread Atle Veka
I would suggest checking your errorlogs. They should be in your datadir. tail /.err that should tell you what the problem is. If you can't figure out how to fix it, you might want to copy and paste the last couple of lines from your logs in your email. Atle On Fri, 12 Jan 2001, John W Cunnin

RedHat 7 and MySQL - Can't start server

2001-01-12 Thread John W Cunningham
Hello All, When I try to start the server, with a fresh RPM install, this is what I get... [root@localhost bin]# /usr/bin/safe_mysqld & [1] 8438 [root@localhost bin]# Starting mysqld daemon with databases from /var/lib/mysql mysqld daemon ended [1]+ Done/usr/bin/safe_mysqld

Re: Connection error with fresh installation on RedHat 7

2001-01-11 Thread Neil Zanella
On Thu, 11 Jan 2001, John W Cunningham wrote: > Hi, > > I just installed MySQL via rpms on a fresh installation of Redhat 7 pro > server. It seems fine at first and it seems to be running. When I check > the process with: ps aux |grep mysql, I get: > root 925 0.0

Re: Connection error with fresh installation on RedHat 7

2001-01-11 Thread Rolf Hopkins
- Original Message - From: "John W Cunningham" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 12:48 Subject: Connection error with fresh installation on RedHat 7 > Hi, > > I just installed MySQL via rpm

Connection error with fresh installation on RedHat 7

2001-01-11 Thread John W Cunningham
Hi, I just installed MySQL via rpms on a fresh installation of Redhat 7 pro server. It seems fine at first and it seems to be running. When I check the process with: ps aux |grep mysql, I get: root 925 0.0 0.4 1516 588 pts/0S23:28 0:00 grep mysq But when I try: mysqladmin