Skip to content

Instantly share code, notes, and snippets.

@JohnathanMarkSmith
Created October 10, 2014 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnathanMarkSmith/ab4d671321ae71d4807c to your computer and use it in GitHub Desktop.
Save JohnathanMarkSmith/ab4d671321ae71d4807c to your computer and use it in GitHub Desktop.
CentOS7 phpMyAdmin Install
sudo su -
sudo yum install epel-release
sudo yum install phpmyadmin
sudo nano /etc/httpd/conf.d/phpMyAdmin.conf
sudo systemctl restart httpd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment