Skip to content

Instantly share code, notes, and snippets.

@mauriciopazpp
Created June 7, 2018 20:27
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 mauriciopazpp/3cf4bd442975caa08394d26c0101df51 to your computer and use it in GitHub Desktop.
Save mauriciopazpp/3cf4bd442975caa08394d26c0101df51 to your computer and use it in GitHub Desktop.
Install phpmyadmin
sudo apt-get update
/**
* phpmyadmin
*/
sudo apt-get install phpmyadmin php-mbstring php-gettext
/**
* Habilite as extensões
*/
sudo phpenmod mcrypt
sudo phpenmod mbstring
/**
* Reinicie o seu servidor apache ou Nginx
*/
Apache: sudo systemctl restart apache2
Nginx: sudo systemctl reload nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment