You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//curl -LsS -O https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
|
|
//sudo bash mariadb_repo_setup --mariadb-server-version=10.6
|
|
|
|
//apt update
|
|
//apt install mariadb-server
|
|
|
|
//mariadb-secure-installation
|
|
|
|
//systemctl start mariadb
|
|
//systemctl enable mariadb
|