You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying yo bulk to mysql database a file with 4GB with SSL certificate and after sometime of process start I'm getting this error: - Error: LOAD DATA LOCAL INFILE CSV_FILE IGNORE INTO TABLE TABLE FIELDS TERMINATED BY '~#' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' IGNORE 0 LINES (COLUMNS) - write EPROTO
this is mysql connection object: { "connection": { "host": "127.0.0.1", "user": "user", "password": "password", "database": "database", "port": 3306, "ssl": "Amazon RDS", "decimalNumbers": true, "jsonStrings": true } }
I'm using node 20.15.1
Can someone have a idea what's cause this problem?
The text was updated successfully, but these errors were encountered:
Hello everyone,
I'm trying yo bulk to mysql database a file with 4GB with SSL certificate and after sometime of process start I'm getting this error: - Error: LOAD DATA LOCAL INFILE CSV_FILE IGNORE INTO TABLE TABLE FIELDS TERMINATED BY '~#' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' IGNORE 0 LINES (COLUMNS) - write EPROTO
this is mysql connection object:
{ "connection": { "host": "127.0.0.1", "user": "user", "password": "password", "database": "database", "port": 3306, "ssl": "Amazon RDS", "decimalNumbers": true, "jsonStrings": true } }
I'm using node 20.15.1
Can someone have a idea what's cause this problem?
The text was updated successfully, but these errors were encountered: