Re: Is this bug in MySQL Server 5.7.14?
Hm
select * from t.gk;
+---------------------------------------------+
| ben_text |
+---------------------------------------------+
| "Coleção Roadster casaco/colete - 2016". |
+---------------------------------------------+
It is mistake. This string can not have '"'. This symbol is enclosed by '"' in load data local infile query. And what is symbol '.' in the end?
Also you example lost symbol '\'. But this symbol is present in file and it must be import to table.
I can send you my file and all queries (create table, load infile) fo testing.
Subject
Views
Written By
Posted
2723
March 26, 2017 07:41AM
1086
March 26, 2017 10:43AM
1268
March 26, 2017 11:33AM
1159
March 26, 2017 12:11PM
Re: Is this bug in MySQL Server 5.7.14?
1066
March 26, 2017 12:24PM
998
March 26, 2017 02:34PM
1048
March 27, 2017 04:50AM
1028
March 27, 2017 10:56AM
1045
March 27, 2017 12:33PM
1617
March 27, 2017 02:55PM
965
March 27, 2017 03:03PM
977
March 27, 2017 03:32PM
1101
March 27, 2017 10:10PM
967
March 27, 2017 10:17PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.