Problem with latest solaris 8 binary distribution?

2002-01-29 Thread Javier Muniz
The tarball seems to be missing libmysqlclient.so, I can get the database server started fine, and can connect to it using client applications. However, any attempt at using the dynamic client libs fails for obvious reasons. Am I missing something? Maybe downloading the wrong tarball? Or do I

PHP + MySQL problem (strange behavior)

2001-12-05 Thread Javier Muniz
commonly used in unison so I'd imagine something like this should work fairly smoothly. I've also posted this to the PHP list in case there's someone there that's encountered this before. Javier Muniz Chief Technology Officer Granicus, LTD. Tel: (415) 522-5216 Fax: (415) 522-5215

RE: :mysql

2001-03-05 Thread Javier Muniz
You must have at least the mysql client libraries installed to use DBD::mysql. -jm -Original Message- From: John Tsangaris [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 1:36 PM To: mysql Subject: DBD::mysql I am trying to install DBD::mysql on a server which does not have

RE: seemingly anomalous behaviour in Selects entered manually vs. in a script

2001-02-21 Thread Javier Muniz
What are you intending to do with $peek? You only use it once and it's sucking up one of your rows. -jm -Original Message- From: Warren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 5:33 PM To: [EMAIL PROTECTED] Subject: seemingly anomalous behaviour in Selects entered

RE: Display information

2001-02-16 Thread Javier Muniz
select id,lot_id,lot_type from scrap_table where id = 1932 order by id limit 10; select id,lot_id,lot_type from scrap_table order by id limit 1932,10; either should work, i think the first would be faster but I'm not positive how MySQL would handle the second in terms of optimization. -jm

RE: AND on a many to many table, with arbitrary ANDs

2001-01-31 Thread Javier Muniz
I don't think that solves his problem, since he wants to know AND, not OR... the closest thing I could get to was using select into... although it seems like it might be possible with a left join, i just can't figure out how. one of the things that I thought of with select into was to select

Mangled queries

2001-01-18 Thread Javier Muniz
Has anyone else experienced a problem in which queries get mangled (using mysql 3.23.30 for both client and server, client is on redhat 6.2, server is on solaris 2.7)? It appears to happen only for one query in particular (posted below). select parts.part_code,parts.price,parts.name FROM