Installing MySQL server on amazon aws Linux 2 server is very easy, there are few commands to use, and you can easily install and configure mysql 8 client on amazon aws linux 2 in just a few minutes. First, connect
Category: Cloud
How to Install PHP 8.2 on Amazon AWS Linux 2
To install and configure php 8.2, 8.1, 8.0 on amazon aws Linux 2 server, You can enable and install it by using sudo amazon-linux-extras enable php8.2 and sudo amazon-linux-extras install php8.2 command on ssh terminal window or command line. Here