From 6ec9cc000495914b70dc93324ee1c22665749fab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 22 Dec 2018 02:29:57 +0100 Subject: [PATCH] Updated jar(s) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- INSTALL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5