Tag: 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.
Basic web hacking 8 :: simple SQL
by Arxleol on Nov.16, 2009, under hellboundhackers.org, tutorial
In previous mission we used some simple SQL this time we will use almost the same principle as before. (continue reading…)
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 ).
Local domain || set up of local site
by Arxleol on May.04, 2009, under Programming, tutorial, windows
In this article I will explain how I solved problem I had for ages like. As I am writing many web sites well, scripting doing it for fun job and so on. I often found myself in difficult when I wanted to check the site locally but I had to use either localhost or 127.0.0.1 ip address. So if you are working on certain project and you are doing it locally on your machine. I mean that you have server locally running.