Skip to content

Commit

Permalink
Update mysql-db.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent 1b87477 commit 9d3c7ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation-upgrading/configuration/mysql-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,18 @@ Install the MySQL Connector Jar file

* Download the MySQL JDBC driver from http://www.mysql.com/downloads/connector/j/5.1.html
* Extract the JDBC driver JAR file from the downloaded file. For example:

* tar zxvf mysql-connector-java-5.1.42.tar.gz
* Copy the JDBC driver into /usr/share/java on the machine on which fire is running.

* sudo cp mysql-connector-java-5.1.42/mysql-connector-java-5.1.42-bin.jar /usr/share/java/mysql-connector-java.jar
* If the target directory does not yet exist on this host, you can create it before copying the JAR file. For example:

* $ sudo mkdir -p /usr/share/java/
* Also copy the mysql JDBC driver JAR file to the user-lib directory of fire-1.4.3

* cd fire-1.4.3 (if you are not already in that directory)
* cp /usr/share/java/mysql-connector-java.jar user-lib
* cp /usr/share/java/mysql-connector-java.jar user-lib


Create the Tables for Fire in MySQL
Expand Down

0 comments on commit 9d3c7ef

Please sign in to comment.