On 10/12/2018 11:26 pm, Rick Stevens wrote:

Keep in mind that you're really running mariadb and the command to start
it is "systemctl start mariadb" even though the daemon will show up as
mysqld in a process list.


[root@hawking ~]# systemctl start mariadb
Failed to start mariadb.service: Unit mariadb.service not found.

Nothing useful in the logs? Try

        journalctl -b0 | egrep '(maria|mysql)'

and see if anything shows up.

Dec 10 23:30:44 hawking.trisect.uk systemd[1]: mysqld.service: Main process exited, code=exited, status=1/FAILURE Dec 10 23:30:44 hawking.trisect.uk systemd[1]: mysqld.service: Failed with result 'exit-code'. Dec 10 23:30:44 hawking.trisect.uk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mysqld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to