Содержание
скрыть
Логинимся под рутом
Пароль невидимый, как всегда.
root ~ # mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 50535903 Server version: 10.3.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Создаем базу данных
С названием romasa_i
MariaDB [mysql]> create database romasa_i -> ; Query OK, 1 row affected (0.002 sec)