Problem when i trying to run mysql

i need help when i trying to run
mysql this erorr accur

Add your User into
system-jounal group

can you tell me the steps i am a beginner

As Root

  usermod -aG systemd-journal YourUsername

     su YourUsername
  • Have you installed mysql-server or mariadb-server?
  • Have you tried sudo service mysql start?
  • Can you show your error log?
1 Like

Yeah i had this problem a couple weeks ago. mysqld_safe is not provided by the mariadb package installed, meaning it doesnt start using the default scripts.

What i did was install ‘mariadb-server-core-10.3’. It provides mysqld_safe, so you can start it normally.
If you want to do that then: sudo apt-get install mariadb-server-core-10.3

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.