MySQL
How to grant privilege to users on MySQL database
by Arxleol on May.02, 2010, under MySQL, tutorial
If you need basics to start using your brand new mysql server without installing complex web interface.
mysql server and ubuntu
by Arxleol on May.01, 2010, under MySQL, tutorial, ubuntu
In previous tutorial I shortly explained how to install Java and Glassfish on Ubuntu based systems. If you have intentions to host some basic web site you probably intend to use some sort of database. For none-commercial projects I strongly suggest mysql since it is free for none commercial use.
Connect to mysql database in java
by Arxleol on Oct.21, 2009, under Java, MySQL, tutorial
Since this is not trivial as one might think. I will go slowly trough the process of creating connection and finally statement (reading data, writing or deleting ).