How to connect/logon and create a database in MySQL?
In order to be able to use a database, one needs to create: a new database, give access permission to the database server to a database user and finally grant all right to that specific database to this user. For the purpose of this tutorial, I will demonstrate how to create a database for a… Read More »
