[MDEV-24474] Error en LOAD DATA LOCAL INFILE con cliente en windows 10 Created: 2020-12-22 Updated: 2021-02-15 Resolved: 2021-02-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | ALEJANDRO GONZALEZ | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Servidor: centos7 |
||
| Attachments: |
|
| Description |
|
Archivo de prueba a importar con LOAD DATA LOCAL INFILE: DOJMX000004200~DO000095~DO000091~5984.2~5984.2~5984.2~5984.2 ############################################ MariaDB [(none)]> create database prueba; MariaDB [(none)]> use prueba; MariaDB [prueba]> select * from prueba2; ############################################ LOAD DATA LOCAL INFILE 'C:\\Alex ERROR 2013 (HY000): Lost connection to MySQL server during query ############################################ Sólo ocurre desde windows 10 al servidor en linux Centos 7. |
| Comments |
| Comment by Elena Stepanova [ 2021-01-12 ] |
|
I can't reproduce it (between a Linux server and a Windows client, both 10.5, default configuration). In your description, you are creating a table in one schema, but loading into another. While it can't itself be a cause of 2013 error, it shows an inconsistency in the use case. Please check all the steps. If the problem persists, please paste or attach configuration files from the server and the client. |