11 lines
224 B
INI
11 lines
224 B
INI
[client]
|
|
|
|
# Turn on the LOAD DATA INFILE statement
|
|
local-infile = on
|
|
|
|
# Another local infile alias.
|
|
# Use it if the previous one clashes with other MySQL tools.
|
|
loose-local-infile = on
|
|
|
|
# Configure the pager
|
|
pager = 'vim -'
|