Skip to content

Instantly share code, notes, and snippets.

@imroca
Created September 10, 2025 20:36
Show Gist options
  • Save imroca/2a31b7f81c7667b493f027cb40512d89 to your computer and use it in GitHub Desktop.
Save imroca/2a31b7f81c7667b493f027cb40512d89 to your computer and use it in GitHub Desktop.
MySQL Client Config
[client]
user=dbuser
password=dbpassword
host=dbhost
pager=less -n -i -S -F -X
prompt="@\u [\d] → "
database=dbname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment