It would be nice to add in MySQL support to the driver
and library so that rooms, objects, and other character
information could be stored and retrieved from a MySQL
database and directly interface with the game system.
I found under the MySQL site something that could be an
enhancement add-on: MySQL Connector/J.
MySQL Connector/J is a native Java driver that converts JDBC
(Java Database Connectivity) calls into the network protocol
used by the MySQL database. It lets developers working with
the Java programming language easily build programs and
applets that interact with MySQL and connect all corporate
data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete
JDBC feature set that supports the capabilities of MySQL.
Logged In: YES
user_id=888601
I found under the MySQL site something that could be an
enhancement add-on: MySQL Connector/J.
MySQL Connector/J is a native Java driver that converts JDBC
(Java Database Connectivity) calls into the network protocol
used by the MySQL database. It lets developers working with
the Java programming language easily build programs and
applets that interact with MySQL and connect all corporate
data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete
JDBC feature set that supports the capabilities of MySQL.
Website: http://www.mysql.com/products/connector-j/
Logged In: YES
user_id=888601
Added new zip containing the latest Connector/J and a
example file for testing, both simple & complex bearing.
Javamud MySQL Connector Examples
Logged In: YES
user_id=888601
Connector/J will have to be downloaded from MySQL site.
SF.net prevents upload due to file size.
MySQL Connect/J Binary JAR File