LOAD DATA LOCAL INFILE fails - from php, to mysql (on Amazon rds)

后端 未结 5 1918
忘掉有多难
忘掉有多难 2020-12-09 14:08

We\'re moving our database from being on the webserver to a separate server (from an Amazon EC2 webserver to an RDS instance.)

We have a LOAD DATA INFILE that worked

5条回答
  •  忘掉有多难
    2020-12-09 14:28

    use the following line that client activates with infile true

    mysql --local-infile=1 -u root -p

提交回复
热议问题