This is an old revision of the document!
Back to Getting Started overview
sudo apt update sudo apt install apache2 php php-mysql mysql-server
sudo mysql -u root
create database coding; grant all on coding.* to coding_username@localhost identified by 'cheese'; quit
wget https://github.com/vrana/adminer/releases/download/v4.7.3/adminer-4.7.3.php
sudo cp adminer-4.7.3.php /var/www/html/adminer.php
/adminer.php
to your public Amazon EC ip address