MySQL – How to create a DB
In this post, we will see how to create a DB in MySQL, using MySQLWorkbench.First of all, we open MySQLWorkbench, select our MySQL instance and we insert the password: CREATE DBWe push on the “new schema” icon, insert the Db name “DbManagerUser” and then we push the Apply button: CREATE TABLESWe select the new schema… Read More »