updated startup info for mariadb
This commit is contained in:
parent
5e83fb36b1
commit
44f59a0f96
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue