Created
August 9, 2016 05:03
-
-
Save alonsopg/233b7e75acce03caf1de2ded9c6af6aa to your computer and use it in GitHub Desktop.
mysql installing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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