tb-dotfiles/home/.my.cnf
2018-02-20 10:32:39 -05:00

12 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 -'