Created
February 18, 2020 23:30
-
-
Save diaraujo13/eefab7da79e503e1984a514d53af4676 to your computer and use it in GitHub Desktop.
Faz login no mysql e executa um comando logo após. Sai logo após executar.
This file contains 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
#--execute=statement, -e statement | |
mysql -u root -e'create database apidemo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment