errock.blogg.se

Debian 10 install mariadb
Debian 10 install mariadb







We can install Nginx, MariaDB, PHP, and other PHP modules by running the following command: apt-get install nginx mariadb-server mariadb-client php-cgi php-common php-fpm php-pear php-mbstring php-zip php-net-socket php-gd php-xml-util php-gettext php-mysql php-bcmath unzip wget git -y It is written in PHP and uses a MySQL/MariaDB database to store its information. WordPress requires a web server on which it will serve its content. Then, run the following command to make sure that all installed packages on the server are updated to their latest available versions: # apt update & apt upgrade You should get this as the output: Distributor ID: Debianĭescription: Debian GNU/Linux 10 (buster) You can do that like this: # lsb_release -a Next, let’s make sure that we’re on Debian 10.

debian 10 install mariadb

Additionally, replace “ IP_Address” and “ Port_Number” with your server’s respective IP address and SSH port number. Replace “root” with a user that has sudo privileges if necessary. Log in to your Debian 10 VPS with SSH as the root user: ssh IP_Address -p Port_number

debian 10 install mariadb

Step 1: Log in via SSH and Update Packages A valid domain name that is set up and pointing to your VPS’ IP address.A Debian 10 VPS with root access or a user with sudo privileges.

debian 10 install mariadb

Step 2: Install Nginx, PHP, and MariaDB.Step 1: Log in via SSH and Update Packages.









Debian 10 install mariadb