The driver name is:     //be careful, case sensitive
org.gjt.mm.mysql.Driver

the url is
jdbc:mysql://localhost/mydb

of course replace mydb with your database name.

There are 2 supported JDBC drivers for MySQL (the mm driver and the Reisin
JDBC driver). You can find a copy of the mm driver at
http://mmmysql.sourceforge.net/ or http://www.mysql.com/Downloads/Contrib/
and the Reisin driver at http://www.caucho.com/projects/jdbc-mysql/index.xtp
For documentation consult any JDBC documentation and the driver's own
documentation for MySQL-specific features
Regards


---------------------------------------------------------------------
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

Reply via email to