Created
November 29, 2019 02:27
-
-
Save himuraxkenji/87b051aa302c857b92e24987edb1ee26 to your computer and use it in GitHub Desktop.
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
| sudo apt install mariadb-server | |
| sudo mysqk_secure_install | |
| # Darle que si a todas las opciones | |
| # Ingresar a Mariadb | |
| sudo mysql | |
| # Crear usuario nuevo | |
| Mariadb> GRANT ALL ON *.* TO 'root'@'localhost' IDENTIFIED BY 'Ad46b36ff' WITH GRANT OPTION; | |
| Mariadb> FLUSH PRIVILEGES; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment