AWS Documentation

  1. Home
  2. Docs
  3. AWS Documentation
  4. AWS LEMP with PHP 8.0 on Amazon Linux 2
  5. phpMyAdmin

phpMyAdmin

You can access to phpMyAdmin after creating ssh tunnel.

How to Set up SSH Tunneling (Port Forwarding)

ex.) create ssh tunnel

$ ssh ec2-user@{ipaddress} -i {ssh-key-file.pem} -N -L 8080:localhost:80

http://localhost:8080/phpMyAdmin

For phpMyAdmin please refer to phpMyAdmin User Guide

Tags ,
Was this article helpful to you? Yes No

How can we help?