Re: MySQL Installation on Linux

2001-11-20 Thread Jim Lucas
or you could just say rpm -ivh MYSQL-* then it will install all mysql packages Jim - Original Message - From: "MySQL" <[EMAIL PROTECTED]> To: "Donna Zeller" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 12:30 PM Subject: SV: MySQL Installation on Linux > H

Database Replication problem

2001-11-20 Thread Jim Lucas
just wondering, when you start the database replicating, the bin files start counting at .000 -bin.001 -bin.002 -bin.003 ... -bin.999 what happens when you reach .999? does it start over at .001 and over-write you initial files, or does it continue on? Thanks, Jim Lucas

Re: Database Replication problem

2001-11-21 Thread Jim Lucas
Thanks for the reply. Jim - Original Message - From: "Rafal Jank" <[EMAIL PROTECTED]> To: "Jim Lucas" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 1:25 AM Subject: Re: Database Replication problem > Jim Luca

Re: MySql 4.01 and libmysqlclient.so.10 - TEMP FIX

2002-03-01 Thread Jim Lucas [jimmysql]
ed my data and reinstalled. It wasn't worth the time of trying to fix all the problems since an install can be done and have it up and running within 2 hours. Jim Lucas - Original Message - From: "Land, Christopher" <[EMAIL PROTECTED]> To: "mySQL" <[EMAIL PRO

Re: need help debugging!

2002-03-01 Thread Jim Lucas [jimmysql]
Try adding this to your mysql_query() function. $search = mysql_query() or die("ERROR: ". mysql_error() . "(" . mysql_errno(). ")"); this will tell you whether or not the query is dieing for one reason or another. if it doesn't return the die() statement then you must assume that it was succ

Problem with replication

2002-03-22 Thread Jim Lucas [jimmysql]
This is just to help out the next person that comes across this problem. it took me a while to find the solution and I hope this makes their search much shorter. Jim Lucas www.bend.com sql, query, select, insert, update, replace, etc... is that enough... -

Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-23 Thread Jim Lucas [jimmysql]
please tell me if it is PHP problem or Mysql problem. Thanks in advance. Jim Lucas - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To requ

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-23 Thread Jim Lucas [jimmysql]
But I am installing all the apps from the RPM's that came from Redhat.com and Mysql.com and with the Redhat CD. Now shouldn't these all work together? Jim Lucas bend.com - Original Message - From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> To: "Jim Luca

Re: Installing Mysql 4.0.1 on Redhat 7.2 with PHP 4.0.6

2002-01-24 Thread Jim Lucas [jimmysql]
p with all the packages that i would have to recompile. Thanks Jim Lucas - Original Message - From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> To: "Jim Lucas [jimmysql]" <[EMAIL PROTECTED]> Cc: "Mysql" <[EMAIL PROTECTED]> Sent: Thursday, Ja