Paul DuBois wrote:
> I think that MM.MySQL used to be packaged as a tar file, but not is
> distributed
> as a JAR. Use the newer one, you'll be better off. And do as the filename
> indicates: un-jar it. You'll end up with a directory that contains the
> actual driver file plus a bunch of other stuff like the source code.
> Put the driver JAR file (mm.mysql-2.0.10) in your CLASSPATH.
That's right:
Do the following in a temp directory:
jar xvf mm.mysql-2.0.10-you-must-unjar-me.jar
This will create a directory called mm.mysql-2.0.10. Inside that, you'll
find a mm.mysql-2.0.10.jar file, which is what you need to put in your
classpath (you can move that file wherever you like it).
However, I recommend using version 2.0.8 for now, if you use BLOBs a lot -
2.0.10 has a subtle BLOB reading bug that causes queries to throw
IOExceptions with certain values.
You can get all the old back-versions from
http://sourceforge.net/project/showfiles.php?group_id=15923
--
Shankar.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php