同时执行多条语句会报错:Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select found_rows() as total' at line 1
同时执行多条语句会报错:Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select found_rows() as total' at line 1
由于Node mysql做了安全的限制,想要执行多条sql语句,需要打开对应开关配置
在配置中添加multipleStatements: true