Skip to content

Instantly share code, notes, and snippets.

@imroca
Last active October 23, 2025 14:00
Show Gist options
  • Select an option

  • Save imroca/2a31b7f81c7667b493f027cb40512d89 to your computer and use it in GitHub Desktop.

Select an option

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