Skip to content

Instantly share code, notes, and snippets.

@marciopaiva
Last active January 1, 2016 09:09
Show Gist options
  • Save marciopaiva/8122831 to your computer and use it in GitHub Desktop.
Save marciopaiva/8122831 to your computer and use it in GitHub Desktop.
DigitalOcean - Instalação do Mysql Server no Ubuntu 13.10

DigitalOcean - Instalação do Mysql Server no Ubuntu 13.10


Update e LocalTime São Paulo

sudo apt-get update
sudo dpkg-reconfigure tzdata

Instalação do Mysql Server

sudo apt-get install mysql-server
sudo /usr/bin/mysql_secure_installation

Reiniciar Apache

sudo service mysql restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment