Webserver (PHP8.2/3) and MySQL (8) Setup (Quick) with User and Privileges on Ubuntu (22.04+)

Lets assume you have a blank Ubuntu Server, this can be 22.04, or any later (TLS preferred) version. First, lets become sudo. sudo su For Ubuntu 22.04 (24.04+ not needed) add-apt-repository ppa:ondrej/php apt update Then we can install some tools. We have included some other convenient defaults apt update && apt install -y nano htop … Continue reading Webserver (PHP8.2/3) and MySQL (8) Setup (Quick) with User and Privileges on Ubuntu (22.04+)