S

How to Install MariaDB 10.3 or MySQL 8.0 on Arch Linux

A Vultr server running up to date Arch Linux (see [this article](https://docs.vultr.com/how-to-update-a-vultr-cloud-server#how-to-update-arch-linux).) * Sudo access: * Commands required to be ran as root are prefixed by `#`, and ones that can be ran as a regular user by `$`. The recommended way to run commands as root is to, as a regular user, prefix each of them with `sudo` You can choose to install either MariaDB or MySQL, outlined in the following two sections. Install MariaDB: If you ......

Comments