Answers for "mariadb.service: Main process exited, code=killed, status=6/ABRT"

SQL
1

mariadb.service: main process exited, code=exited, status=1/failure

-- if you haven't any real data in your database then clear all in

/var/lib/mysql.

-- After that try again to run command

mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql 
-- to initialize database directory
Posted by: Guest on August-28-2021

Code answers related to "mariadb.service: Main process exited, code=killed, status=6/ABRT"

Code answers related to "SQL"

Browse Popular Code Answers by Language