当我尝试为表格上传批量数据时,我收到此错误。
ERROR 1290 (SQLSTATE HY000): The MySQL server is running with the google so it cannot execute this statement
我用于在命令行中上传数据的命令(google_sql.cmd)
sql> LOAD DATA INFILE 'C\:List.txt' INTO TABLE Associate_List FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n';
请帮我。我必须使用什么语法以及如何批量上传数据?