]> git.mxchange.org Git - addressbook.git/blobdiff - INSTALL.txt
Updated jar(s)
[addressbook.git] / INSTALL.txt
index 077f01545898b130888e7d77d28e0a7f00b7fbc0..40b4dad46e1ccf64a64df90ea22a9e3ca118718d 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: AddressbookPool
 Resource type: java.sql.Driver
-Driver: MySQL
+Driver: MariaDB
 Driver class: org.mariadb.jdbc.Driver
 
 URL: jdbc:mysql://localhost/your_database