When MySQL LOAD DATA Loads 0 Rows: Check Your Line Endings
While working on a data migration, I ran into a simple but easy-to-miss issue with MySQL LOAD DATA FROM S3. The import statement looked correct, but the result was unexpected: Query OK, 0 rows affected Records: 0 The script contained: LINES TERMINATED BY '\r\n' The