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
2579
March 26, 2017 07:41AM
1038
March 26, 2017 10:43AM
1229
March 26, 2017 11:33AM
1118
March 26, 2017 12:11PM
Re: Is this bug in MySQL Server 5.7.14?
1024
March 26, 2017 12:24PM
953
March 26, 2017 02:34PM
1006
March 27, 2017 04:50AM
979
March 27, 2017 10:56AM
1007
March 27, 2017 12:33PM
1577
March 27, 2017 02:55PM
923
March 27, 2017 03:03PM
939
March 27, 2017 03:32PM
1067
March 27, 2017 10:10PM
930
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.