Skip to content

Commit

Permalink
Adds mysql-fix-collation alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 24, 2024
1 parent 7a6b334 commit eb37610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .aliasesrc
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ alias yt-dlp='yt-dlp -vci -R5 -f "(webm,mp4)" --write-description --write-info-j
alias randomize='fold -w1 | shuf | tr -d "\n"'

## MySQL
alias mysql-fix-collation='sed "s/utf8mb4_0900_ai_ci/utf8_general_ci/g;s/utf8mb4/utf8/g"'
alias mysql-tcp="mysql --protocol=TCP"
alias mysql-tcp-local="mysql --protocol=TCP"

Expand Down

0 comments on commit eb37610

Please sign in to comment.