i have just installed .NET Connector and MySql Community Server in order to create an application that is based on connecting to server through LAN
After i run the server on my computer and i type status I can’t see the database name.
What I’m trying to do is to create a database myDb with 2-tables inside usersand tasks and I need to add some columns on each one.
How to and What is the easiest way to create the database, table and columns, is there a something GUI for doing this ?

The easiest way to do it through a GUI is to download and install MySQL Workbench, create the
SCHEMAand then the tables within it.