]> git.mxchange.org Git - jjobs.git/commitdiff
Updated jar(s)
authorRoland Häder <roland@mxchange.org>
Sat, 22 Dec 2018 01:29:57 +0000 (02:29 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Dec 2018 01:29:57 +0000 (02:29 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
INSTALL.txt

index 405b1a58cbd90a03d6d2b2cd7c3131af56ec2109..eadff3d5712949ada2ca6305032e73f448f23d61 100644 (file)
@@ -1,15 +1,15 @@
 Installation instructions:
 ==========================
 
-0) Create an empty database and setup proper permissions
-
-1) (Import install/install.sql into your new database) Currently DROP+CREATE
+1) Create an empty database and setup proper permissions and user account. You
+   should create a separate database and user for each project you are going to
+   run on it for maximum security.
 
 2) Setup a JDBC pool. I took the simple driver:
 
 Pool name: JJobsPool
 Resource type: java.sql.Driver
-Driver: MySQL
+Driver: MariaDB
 Driver class: org.mariadb.jdbc.Driver
 
 URL: jdbc:mysql://localhost/your_database