FW: running sql-bench scripts redhat 8.0

2003-11-24 Thread jason steig
Hi all, I'am getting this error when I try to run any of the sql-bench tests. For instance, here is an attempt to run the test-connect script. This happens to me when I try any of the scripts. I attempted to change the location my perl install at the beginning of the script(RH 8.0) can anyone

Re: FW: running sql-bench scripts redhat 8.0

2003-11-24 Thread Michael Weiner
looks like you'll need to install the perl-DBD-mysql rpm to satisfy the requirement. HTH. Michael Weiner -- On Mon, 2003-11-24 at 23:11, jason steig wrote: Hi all, I'am getting this error when I try to run any of the sql-bench tests. For instance, here is an attempt to run the test-connect

Re: FW: running sql-bench scripts redhat 8.0

2003-11-24 Thread Paul DuBois
At 23:11 -0500 11/24/03, jason steig wrote: Hi all, I'am getting this error when I try to run any of the sql-bench tests. For instance, here is an attempt to run the test-connect script. This happens to me when I try any of the scripts. I attempted to change the location my perl install at the

RE: FW: running sql-bench scripts redhat 8.0

2003-11-24 Thread jason steig
Thank you much! -Original Message- From: Michael Weiner [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:18 PM Cc: [EMAIL PROTECTED] Subject: Re: FW: running sql-bench scripts redhat 8.0 looks like you'll need to install the perl-DBD-mysql rpm to satisfy the requirement

RE: FW: running sql-bench scripts redhat 8.0

2003-11-24 Thread jason steig
Well looks like it has quite a few dependencies. I'll have to install these other dependencies -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 12:10 AM To: jason steig Subject: RE: FW: running sql-bench scripts redhat 8.0 Thank you much

running sql-bench scripts redhat 8.0

2003-11-23 Thread Jason Steig
I'am having trouble running all the scripts in sql-bench. It seems to be an issue with the location of my perl install. I tried to change the perl location at the start of the script to the location of my perl install /usr/bin but that didn't fix the issue. has anyone else had this issue? --

Re: running sql-bench scripts redhat 8.0

2003-11-23 Thread Paul DuBois
At 9:13 -0500 11/23/03, Jason Steig wrote: I'am having trouble running all the scripts in sql-bench. It seems to be an issue with the location of my perl install. I tried to change the perl location at the start of the script to the location of my perl install /usr/bin but that didn't fix the

External clients with MySQl 3.23 on Redhat 8.0

2003-03-05 Thread simon . windsor
Hi I am having problems setting up an ODBC client on Windows XP for a Redhat server running MySQL 3.23-54. I have seen some references to other people having this problem. Does anyone know about this, and a fix? I don't want to rebuild the server with Debian/Suse (where I have done this

libz-devel needed for DBD-mysql install on RedHat 8.0

2003-02-19 Thread Sheahan, John (PCLN-NW)
I am trying to install DBD-mysql-2.1025 on a RH8 machine. When I do a make I get an error saying that it can't find libz.a or libz.so etc I tried modifying the perl Makefile.PL using --libs= and the path to my libz.so file. As a fix, it did say that I could fix this by installing libz-devel,

RedHat 8.0 and MySQL 3.23.55 install problem

2003-02-11 Thread Wes Hegge
I am having problems installing MySQL 3.23.55 on RedHat 8.0. The version that came with RedHat will not let me remotely login. I found a thread at RedHat that said that this is a known problem. One of the suggestions was to upgrade MySQL. That is what I am attempting to do. This is what

Re: RedHat 8.0 and MySQL 3.23.55 install problem

2003-02-11 Thread Csongor Fagyal
I get this message back: Failed dependencies: MySQL-DBI-perl-bin is needed by MySQL-bench-3.23.55-1 I know I have this dependency installed, but I think I know where the problem is just not sure how to fix it. Here is what I get when I do a 'rpm -qa | grep DBI-perl':

Redhat 8.0 MySQL 3.23.52-3 Replication Problems

2003-01-13 Thread Lists @ Apted Tech.
I have been having a lot of trouble configuring mysql to do just the simplest replication. Its a standard RedHat 8.0 install, I have followed the directions on http://www.mysql.com/doc/en/Replication_HOWTO.html to the letter half a dozen times now and still, the slave server crashes repeatedly

RedHat 8.0

2003-01-06 Thread Joe Li
Hi All, Here is the screen dump for installation MySQL 3.23.54 at RedHat 8.0. Hope this can help to solve the problem for crash compilation. (Similar screen appears at compiling 3.23.53, but not in 3.23.52) [root@www mysql-3.23.54a]# sh mcompile.sh creating libtool nm: libc-tls.o: no symbols

Re: installing RPM RedHat 8.0

2002-12-28 Thread Samuel Pizzuto
I am getting the following message when submitting the following: how-to-repeat: [root@localhost sam]# rpm -ivh /mnt/cdrom/MySQL-4.0.6-.0.i386.rpm error:/mnt/cdrom/MySQl-4.0.6-.0.i386.rpm: MD5 digest : BAD expected(ba03cefd50c27d9d993ce693457c072d) !=

installing RPM RedHat 8.0

2002-12-26 Thread sam
I am getting the following message when submitting the following: how-to-repeat: [root@localhost sam]# rpm -ivh /mnt/cdrom/MySQL-4.0.6-.0.i386.rpm error:/mnt/cdrom/MySQl-4.0.6-.0.i386.rpm: MD5 digest : BAD expected(ba03cefd50c27d9d993ce693457c072d) !=

re: Starting MySQL with Redhat 8.0

2002-12-25 Thread Egor Egorov
On Tuesday 24 December 2002 19:34, Andrew Schaefer wrote: I had the same problem. I fixed it by realizing that when the program was installed it put the mysql.sock file in the /var/libs/mysql dir however when it starts it looks for the file in /tmp You can either change the folder it looks

Starting MySQL with Redhat 8.0

2002-12-24 Thread Andrew Schaefer
I had the same problem. I fixed it by realizing that when the program was installed it put the mysql.sock file in the /var/libs/mysql dir however when it starts it looks for the file in /tmp You can either change the folder it looks in, or do what I did and just copy the mysql.sock from

mysql_installdb crashes on RedHat 8.0 ?

2002-12-08 Thread Brian Ipsen
Hi! I just compiled 3.23.53 on my RedHat 8.0 box - but when trying to start the mysql daemon, my init.d script tries to initialize the required tables. But this fails: Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing

RE: mysql_installdb crashes on RedHat 8.0 ?

2002-12-08 Thread Brian Ipsen
_Z16handle_bootstrapPv + 669 /Brian -Original Message- From: Brian Ipsen [mailto:[EMAIL PROTECTED]] Sent: 8. december 2002 20:47 To: [EMAIL PROTECTED] Subject: mysql_installdb crashes on RedHat 8.0 ? Hi! I just compiled 3.23.53 on my RedHat 8.0 box - but when trying to start the mysql

How I Got PHP4.2.2, Apache 2.0, mySQL and RedHat 8.0 to work

2002-11-18 Thread Daevid Vincent
Well, it seems there are some glitches with and snags and other fun stuff to deal with when doing a straight RedHat 8.0 install. It turns out you have to edit your /etc/php.ini and uncomment out the extension=mysql.so line for starters. It also helps to set short_open_tag = On. Another fun thing

redhat 8.0

2002-11-15 Thread paul taylor
will redhat 8.0 support mysql (kernal 2.4.18-14)?? thank you - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

RE: redhat 8.0

2002-11-15 Thread Roger Davis
Redhat 8.0 includes mysql. Although it is not a part of the default install, you can install it by choosing the option to select which packages will be installed. Or if you already have redhat 8.0 installed, the mysql rpms are on the CD's (number 3 I think). Also, make sure that you update your

RE: redhat 8.0

2002-11-15 Thread Dan Rossi
i hate rpm's source code gcc all the way ! -Original Message- From: Roger Davis [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: RE: redhat 8.0 Redhat 8.0 includes mysql. Although it is not a part of the default install, you can

Re: Bug with Query in MySQL 4.0.4/RedHat 8.0

2002-10-23 Thread Mark T. Dame
[EMAIL PROTECTED] wrote: Description: This query produces 16 results: SELECT * FROM table1 LEFT JOIN table2 ON (field1 = field2) WHERE field2 = 'something' ORDER BY field2,field3,field4 But this query produces 0 results: SELECT * FROM table1 LEFT JOIN table2 ON (field1 = field2)

Re: Bug with Query in MySQL 4.0.4/RedHat 8.0

2002-10-23 Thread Mark T. Dame
/RedHat 8.0 Severity: serious Priority: high Category: mysql Class: sw-bug Release: mysql-4.0.4-beta (Official MySQL RPM) Environment: System: Linux pliedes-1.mfm.com 2.4.18-17.8.0 #2 Fri Oct 18 07:43:20 EDT 2002 i686 i686 i386 GNU/Linux Architecture: i686

Re: Bug with Query in MySQL 4.0.4/RedHat 8.0

2002-10-23 Thread Sinisa Milivojevic
Mark T. Dame writes: [EMAIL PROTECTED] wrote: Description: This query produces 16 results: SELECT * FROM table1 LEFT JOIN table2 ON (field1 = field2) WHERE field2 = 'something' ORDER BY field2,field3,field4 But this query produces 0 results: SELECT * FROM table1

Bug with Query in MySQL 4.0.4/RedHat 8.0

2002-10-22 Thread mdame
BY field2,field3,field4 LIMIT 400; I can also get the correct results set by removing the ORDER BY clause. How-To-Repeat: Fix: Submitter-Id: submitter ID Originator: Organization: MySQL support: none Synopsis: Bug with Query in MySQL 4.0.0/RedHat 8.0 Severity: serious Priority

RE: RedHat 8.0 and MySQL

2002-10-21 Thread Paul A. Valente
Luc, I just installed RH 8.0 (i86) and also installed the MySQL (4.0.4) rpm's from the MySQL site (didn't use the ones on the RH 8.0 CD's -- they were 3.x.x). My machine is standalone so there are no other users accessing MySQL. MySQL worked fine except that it wouldn't launch when the system

SV: mysqld crashes on Redhat 8.0 when connecting to non-localhost

2002-10-18 Thread nicklas
Release: mysql-3.23.52 (Source distribution) Update to 3.23.53a! That solved my problems. /Nicklas - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

mysqld crashes on Redhat 8.0 when connecting to non-localhost

2002-10-18 Thread peter
Description: On Redhat 8.0 all attempts to connect through a non-local socket result in the mysqld crashing. For example: telnet host 3306 Results in the mysql log: Number of processes running now: 1 mysqld process hanging, pid 11473 - killed

Re: mysqld crashes on Redhat 8.0 when connecting to non-localhost

2002-10-18 Thread Alex Ostapov
[EMAIL PROTECTED] wrote: Description: On Redhat 8.0 all attempts to connect through a non-local socket result in the mysqld crashing. For example: telnet host 3306 Results in the mysql log: Number of processes running now: 1 mysqld process hanging, pid 11473 - killed