From: Roland Häder Date: Sat, 22 Dec 2018 01:29:57 +0000 (+0100) Subject: Updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ec9cc000495914b70dc93324ee1c22665749fab;p=jjobs.git Updated jar(s) Signed-off-by: Roland Häder --- diff --git a/INSTALL.txt b/INSTALL.txt index 405b1a5..eadff3d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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