Last active
June 28, 2023 10:36
-
-
Save 413x1/592c609788b8a77e57a738b63fcb1ab6 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
docker run --name=mysql-server \ | |
-e MYSQL_ROOT_PASSWORD=toor \ | |
-e MYSQL_ROOT_HOST='%' \ | |
-p 3306:3306 \ | |
-v path/to/config/dir:/etc/mysql/conf.d \ | |
-v path/to/data/dir:/var/lib/mysql \ | |
-d mysql/mysql-server:latest \ | |
--character-set-server=utf8mb4 \ | |
--collation-server=utf8mb4_unicode_ci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git config --global alias.lgb "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches"
git lgb