forked from HariSekhon/DevOps-Bash-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.my.cnf
38 lines (33 loc) · 990 Bytes
/
.my.cnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Author: Hari Sekhon
# Date: Mon Mar 24 15:22:28 2008 +0000
#
# vim:ts=4:sts=4:sw=4:et
#
# https://github.com/harisekhon/devops-bash-tools
#
# 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
#
# https://www.linkedin.com/in/harisekhon
#
# ============================================================================ #
# 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
# See also:
#
# https://github.com/HariSekhon/SQL-scripts
[client]
host=localhost
# avoid annoying socket errors when connecting to MySQL in docker
protocol=tcp
[mysql]
auto-rehash
no-beep
reconnect
#safe-updates
#secure-auth # mysql: [ERROR] unknown option '--secure-auth'.
show-warnings
#sigint-ignore