[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&
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
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'
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
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
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
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
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
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
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
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
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
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.
>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.
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.
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
"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
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
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
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
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
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
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
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
- 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
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
26 matches
Mail list logo