Created
September 10, 2025 20:36
-
-
Save imroca/2a31b7f81c7667b493f027cb40512d89 to your computer and use it in GitHub Desktop.
MySQL Client Config
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
[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