MySQL

From Plex-XML

Jump to: navigation, search

General Description

MySQL is a multithreaded, multi-user SQL database management system (DBMS) which has, according to MySQL AB, more than 10 million installations. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB. MySQL is popular for web applications and acts as the database for the popular WordPress blogging platform and Wikipedia.General description continues at WikiPedia...


Using MySQL for Plex-XML

JDBC database connection driver
  • MySQL JDBC Driver
    • Download the MySQL JDBC driver from (http://www.mysql.com/products/connector/)
    • Unpack the zip and copy mysql-connector-java-5.x.y-bin.jar to C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib or wherever you installed your Tomcat


  • JDBC for MS SQL-Server

Copy the jtds-1.2.jar (JDBC-Driver JAR) or a later version to your tomcat/common/lib directory.

http://jtds.sourceforge.net/


  • JTOpen IBM Toolbox for i5 / AS400

The IBM Toolbox for Java / JTOpen is a library of Java classes supporting the client/server and internet programming models to a system running OS/400 or i5/OS.

Copy the JDBC-Driver to your tomcat/common/lib directory.

https://sourceforge.net/projects/jt400


Exernal links

Personal tools