LOAD DATA LOCAL INFILE forbidden in… PHP

后端 未结 12 1126
无人共我
无人共我 2020-12-01 10:38

I am trying to use LOAD DATA INFILE to insert some records into a table. Unfortunately, it\'s not working.

Here are some details

If I use this i

12条回答
  •  Happy的楠姐
    2020-12-01 10:52

    If you use an Ubuntu server, you can try to install php5-mysqlnd :

    sudo apt-get install php5-mysqlnd

提交回复
热议问题