Skip to content

Instantly share code, notes, and snippets.

@alonsopg
Created August 9, 2016 05:03
Show Gist options
  • Save alonsopg/233b7e75acce03caf1de2ded9c6af6aa to your computer and use it in GitHub Desktop.
Save alonsopg/233b7e75acce03caf1de2ded9c6af6aa to your computer and use it in GitHub Desktop.
mysql installing
Instalamos:
```
user@MacBook-Pro-de-User-2:~$ brew install mysql
```
Para iniciar:
```
user@MacBook-Pro-de-User-2:~$ mysql.server start
```
Falta instalar el modo seguro:
```
user@MacBook-Pro-de-User-2:~$ mysql_secure_installation
```
Ahora si iniciar el manejador:
```
user@MacBook-Pro-de-User-2:~$ mysql -u root -p
```
video:
https://www.youtube.com/watch?v=xX9W5dmEpO0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment