mariadb service 3a main process exited 2c code 3dexited 2c status 3d1 2ffailure

Solutions on MaxInterview for mariadb service 3a main process exited 2c code 3dexited 2c status 3d1 2ffailure by the best coders in the world

showing results for - "mariadb service 3a main process exited 2c code 3dexited 2c status 3d1 2ffailure"
Giovanni
30 Feb 2020
1-- if you haven't any real data in your database then clear all in
2
3/var/lib/mysql.
4
5-- After that try again to run command
6
7mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql 
8-- to initialize database directory