Practice
Creating a new database with mysqlcc in screenshots (instructions - description)
launch the program and create a connection to the installed database server, using the same parameters that were entered when installing the mysql server itself
click create connection (Register server) New
enter any name you like for Name
Hostname localhost
Username root
Password for example 1

next we connect to the server, and we should see the databases
already located on this server (localhost)

next we create a new database, for example rotar (click create new DataBase)

now we need to create the database structure (tables)

double-click the database (rotar), click the SQL button, and in the window that appears load the file
structure.sql (located in the program's installation folder)

after loading - all the commands from the file need to be executed by pressing a single button ! - the exclamation mark
at the bottom, messages should then appear indicating that all commands were executed successfully

Comments