PHP and MySQL 4.0.x

2002-12-16 Thread Sean Hager
I am trying to setup PHP 4.2.x wth MySQL 4.0.x Somewhat new to this, I installed PHP via the redhat RPM. PHP is being loaded as a module to httpd. The error I keep getting is that httpd can't find libmysqlclient.so.10 and MySQL 4.0.x rpm installed libmysqlclient.so.11. I tried making a

RE: InnoDB row level locking?

2002-11-07 Thread Sean Hager
-Original Message- From: Fernando Grijalba [mailto:fernando;ggtours.on.ca] Sent: Wednesday, November 06, 2002 11:41 AM To: MySQL Help Subject: InnoDB row level locking? In the documentation it says that InnoDB supports row level locking. How can I ensure that rows are locked using ADO

performance tunning 4.x

2002-08-28 Thread Sean Hager
Are there any documents on how to performance tune mySQL 4.x? sean. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this

RE: performance tunning 4.x

2002-08-28 Thread Sean Hager
Meriläinen Sent: Wednesday, August 28, 2002 8:37 AM To: Sean Hager Cc: mySQL (E-mail) Subject: Re: performance tunning 4.x Hello, Yes, there are lots of good documentation: First, the official MySQL Technical Reference, Section 5 at http://www.mysql.com/doc/en/index.html Then scroll down

slow returning records

2002-08-28 Thread Sean Hager
running 4.x MySQL is very slow to return a large result set of about 45,000 records. The query seems to execute in a few seconds, but then it takes another 90 seconds to return all the data. The same query only takes 6 seconds to execute and return on MSSQL server, so I must have something