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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -