service mysqld status
페이지 정보
본문
In other words, the mysqld service is not running.
Starting the service worked for me:systemctl start mariadb.service
Now all the mysql commands work as expected.
To tie the last knot, enable the service at boot:systemctl enable mariadb.service