root@Techs-Public:~# mysqld_safe --skip-grant-tables & [2] 21207 root@Techs-Public:~# 17071913:39:43 mysqld_safe Logging to'/usr/local/mariadb/var/mariadb.err'. 17071913:39:43 mysqld_safe A mysqld process already exists mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands endwith ; or \g. Your MariaDB connection id is3 Server version: 10.1.23-MariaDB Source distribution
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type 'help;'or'\h'for help. Type '\c'to clear the current input statement.
MariaDB [(none)]> use mysql; Database changed MariaDB [mysql]>
root@Techs-Public:~# /etc/init.d/mariadb start [ ok ] Starting mariadb (via systemctl): mariadb.service. root@Techs-Public:~# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection idis5 Server version: 10.1.23-MariaDB Source distribution
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type'help;'or'\h'forhelp. Type'\c' to clear the current input statement.