MySQL

Setup a simple adresbook database

I wanted to understand how I could setup a quick database for some data. What is easier than setup an address book in a database. In this example I will show you how it can be done. First of all you need to have a CLI with mysql-client installed and a database server , for […]

Continue Reading