updated startup info for mariadb

This commit is contained in:
tomit4 2021-08-26 14:40:29 -07:00
parent 5e83fb36b1
commit 44f59a0f96

View file

@ -1,3 +1,15 @@
// To have mariadb start on boot:
sudo systemctl enable mariadb
// To disable mariadb from starting on boot:
sudo systemctl disable mariadb
// To start mariadb manually:
sudo systemctl start mariadb.service
To stop mariadb manually:
sudo systemctl stop mariadb.service
//To access root: //To access root:
mariadb -u root -p mariadb -u root -p
//and enter root password //and enter root password