You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
990 B
Plaintext

5 years ago
#
# Author: Hari Sekhon
# Date: Mon Mar 24 15:22:28 2008 +0000
#
4 years ago
# vim:ts=4:sts=4:sw=4:et
#
2 years ago
# https://github.com/HariSekhon/DevOps-Bash-tools
5 years ago
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
2 years ago
# https://www.linkedin.com/in/HariSekhon
5 years ago
#
4 years ago
# ============================================================================ #
# M y S Q L U s e r C o n f i g
# ============================================================================ #
# https://dev.mysql.com/doc/refman/8.0/en/option-files.html
4 years ago
# See also:
#
4 years ago
# https://github.com/HariSekhon/SQL-scripts
4 years ago
4 years ago
[client]
host=localhost
# avoid annoying socket errors when connecting to MySQL in docker
protocol=tcp
5 years ago
[mysql]
4 years ago
auto-rehash
5 years ago
no-beep
reconnect
#safe-updates
5 years ago
#secure-auth # mysql: [ERROR] unknown option '--secure-auth'.
5 years ago
show-warnings
#sigint-ignore