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
2745
March 26, 2017 07:41AM
1098
March 26, 2017 10:43AM
1282
March 26, 2017 11:33AM
1166
March 26, 2017 12:11PM
Re: Is this bug in MySQL Server 5.7.14?
1077
March 26, 2017 12:24PM
1007
March 26, 2017 02:34PM
1058
March 27, 2017 04:50AM
1037
March 27, 2017 10:56AM
1055
March 27, 2017 12:33PM
1628
March 27, 2017 02:55PM
977
March 27, 2017 03:03PM
989
March 27, 2017 03:32PM
1113
March 27, 2017 10:10PM
976
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.