Skip to content

Instantly share code, notes, and snippets.

@xola139
Created August 21, 2014 05:52
Show Gist options
  • Save xola139/87a70be7c045ff0bcd14 to your computer and use it in GitHub Desktop.
Save xola139/87a70be7c045ff0bcd14 to your computer and use it in GitHub Desktop.
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-remote-database-to-optimize-site-performance-with-mysql
acceso remoto
tambien debe aplicar el comando em
mysql>GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY 'mozillamysql';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment