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