12 lines
224 B
Text
12 lines
224 B
Text
|
[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 -'
|