Advertisement
Guest User

mariadb stopped working on ubuntu 20.04.5 LTS

a guest
Oct 17th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.87 KB | None | 0 0
  1. user@XOTICPC:~/Downloads$ systemctl status mariadb.service
  2. ● mariadb.service - MariaDB 10.3.34 database server
  3.      Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
  4.      Active: failed (Result: exit-code) since Mon 2022-10-17 19:39:02 EDT; 5s ago
  5.        Docs: man:mysqld(8)
  6.              https://mariadb.com/kb/en/library/systemd/
  7.     Process: 9113 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
  8.     Process: 9114 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
  9.     Process: 9121 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited,
  10.     Process: 9175 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=0/SUCCESS)
  11.    Main PID: 9175 (code=exited, status=1/FAILURE)
  12.      Status: "MariaDB server is down"
  13.  
  14. Oct 17 19:39:00 XOTICPC systemd[1]: Starting MariaDB 10.3.34 database server...
  15. Oct 17 19:39:00 XOTICPC mysqld[9175]: 2022-10-17 19:39:00 0 [Note] /usr/sbin/mysqld (mysqld 10.3.34-MariaDB-0ubuntu0.20>
  16. Oct 17 19:39:02 XOTICPC systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
  17. Oct 17 19:39:02 XOTICPC systemd[1]: mariadb.service: Failed with result 'exit-code'.
  18. Oct 17 19:39:02 XOTICPC systemd[1]: Failed to start MariaDB 10.3.34 database server.
  19.  
  20.  
  21. user@XOTICPC:~/Downloads$ journalctl -xe
  22. -- Support: http://www.ubuntu.com/support
  23. --
  24. -- A start job for unit mariadb.service has begun execution.
  25. --
  26. -- The job identifier is 2422.
  27. Oct 17 19:39:49 XOTICPC mysqld[9273]: 2022-10-17 19:39:49 0 [Note] /usr/sbin/mysqld (mysqld 10.3.34-MariaDB-0ubuntu0.20>
  28. Oct 17 19:39:51 XOTICPC systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
  29. -- Subject: Unit process exited
  30. -- Defined-By: systemd
  31. -- Support: http://www.ubuntu.com/support
  32. --
  33. -- An ExecStart= process belonging to unit mariadb.service has exited.
  34. --
  35. -- The process' exit code is 'exited' and its exit status is 1.
  36. Oct 17 19:39:51 XOTICPC systemd[1]: mariadb.service: Failed with result 'exit-code'.
  37. -- Subject: Unit failed
  38. -- Defined-By: systemd
  39. -- Support: http://www.ubuntu.com/support
  40. --
  41. -- The unit mariadb.service has entered the 'failed' state with result 'exit-code'.
  42. Oct 17 19:39:51 XOTICPC systemd[1]: Failed to start MariaDB 10.3.34 database server.
  43. -- Subject: A start job for unit mariadb.service has failed
  44. -- Defined-By: systemd
  45. -- Support: http://www.ubuntu.com/support
  46. --
  47. -- A start job for unit mariadb.service has finished with a failure.
  48. --
  49. -- The job identifier is 2422 and the job result is failed.
  50. Oct 17 19:39:51 XOTICPC sudo[9220]: pam_unix(sudo:session): session closed for user root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement