tb-dotfiles/home/.my.cnf

12 lines
224 B
Plaintext
Raw Normal View History

2018-02-20 10:32:39 -05:00
[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 -'