Appboard/2.4/admin/db drivers: Difference between revisions
imported>Jason.nicholls No edit summary |
imported>Jason.nicholls No edit summary |
||
Line 19: | Line 19: | ||
|MySQL | |MySQL | ||
|http://dev.mysql.com/downloads/connector/j/ | |http://dev.mysql.com/downloads/connector/j/ | ||
} | |} |
Revision as of 12:39, 28 August 2013
Due to licensing restrictions many common JDBC database drivers do not ship with the core AppBoard product. As a result these need to be added in order for the relevant database Data Sources to work.
To install a new database driver:
- download the driver file or package, usually there is a .jar which is the relevant file.
- copy the driver to: [INSTALL_HOME]/webapps/enportal/WEB-INF/lib/
- restart AppBoard.
See below for a table of common drivers and where to obtain them.
Database | Link to JDBC driver |
---|---|
MySQL | http://dev.mysql.com/downloads/connector/j/ |