Tag: MariaDB
From Part 2, I have established a connection to employees database on MariaDB. Now, I’ll show how to retrieve and modify data from the database. Retrieve data from a …
From part 1, I already installed MariaDB using XAMPP and import employees sample database. Now I’m ready to write JAVA code to establish a connection to the database from …
This series shows how to access MariaDB on NetBeans 8.2 using MySQL Connector/J 8.0 on Windows. I’ll divide into 3 parts: Part 1: Install Employees sample database and grant …