how to use use load_file in mysql ? I get a wrong message " Can't get stat of 'D:\w.ini' " ! -
like title. guess matter of file's name. try "d://w.init" , "file:///d:\w.ini", util wrong message.
my wild guess running command on remote mysql server, , trying load infile
file on local d:\ drive.
this cannot work, mysql on server side can't access local d: drive.
you need upload file server first.
Comments
Post a Comment