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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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