Mariadb

How To Install MariaDB on Debian 9 (Stretch)

How To Install MariaDB on Debian 9 (Stretch)

Installing MariaDB on Debian 9

  1. First update the apt packages index by typing: sudo apt update.
  2. Once the packages list is updated, install MariaDB by running the following command: sudo apt install mariadb-server.
  3. The MariaDB service will start automatically. You can verify it by typing: sudo systemctl status mariadb.

How to Remove All Unused Objects in Docker
How to Remove Docker Containers To remove a stopped container, use the command docker container rm [container_id] ... To remove all stopped containers...
How to check your Ubuntu Version
Checking the Ubuntu version in the terminal Open the terminal using “Show Applications” or use the keyboard shortcut [Ctrl] + [Alt] + [T]. Type the co...
How to see which groups a user is member of in Debian 10
How do you check which groups a user is in Linux? What command will show you which groups you are a member of? How do I know which group a user is in ...