aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb104-server/files/client.cnf.sample.in
blob: f66262f2fefab599b2439c63e2d07772446a18a0 (plain) (blame)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Options specific to client applications, see
# https://mariadb.com/kb/en/configuring-mariadb-with-option-files/#client-option-groups

# Options specific to all client programs
[client]
# port			= 3306 # set in %%ETCDIR%%/my.cnf
# socket		= /var/run/mysql/mysql.sock # set in %%ETCDIR%%/my.cnf

# Options specific to MariaDB client programs
[client-mariadb]

#
## Options for specific client Tools
#

# Options read by `mysql`
# Renamed from [mysql] starting with MariaDB 10.4.6.
[mariadb-client]	Options read by mysql. Available starting with MariaDB 10.4.6.
prompt			= \u@\h [\d]>\_
no_auto_rehash

# Options read by `mysqldump`
# Renamed from [mysqldump] starting with MariaDB 10.4.6.
[mariadb-dump]
max_allowed_packet	= 256M
quote_names
quick

# Options read by `mysqladmin`
# Renamed from [mysqladmin] starting with MariaDB 10.4.6.
[mariadb-admin]

# Options read by `mysqlbinlog` 
# Renamed from [mysqlbinlog] starting with MariaDB 10.4.6.
[mariadb-binlog]

# Options read by `mysqlcheck`
# Renamed from [mysqlcheck] starting with MariaDB 10.4.6.
[mariadb-check]

# Options read by `mysqlimport`
# Renamed from [mysqlimport] starting with MariaDB 10.4.6.
[mariadb-import]

# Options read by `mysqlshow`
# Renamed from [mysqlshow] starting with MariaDB 10.4.6.
[mariadb-show]

# Options read by `mysqlslap`
# Renamed from [mysqlslap]  starting with MariaDB 10.4.6.
[mariadb-slap]