From: Roland Häder Date: Sat, 22 Dec 2018 01:30:09 +0000 (+0100) Subject: Updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4490c4d51faef4458c4c66b14fbd7f1607acd706;p=addressbook.git Updated jar(s) Signed-off-by: Roland Häder --- diff --git a/INSTALL.txt b/INSTALL.txt index 077f015..40b4dad 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: AddressbookPool Resource type: java.sql.Driver -Driver: MySQL +Driver: MariaDB Driver class: org.mariadb.jdbc.Driver URL: jdbc:mysql://localhost/your_database