Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

Is this bug in MySQL Server 5.7.14? (1 reply)

$
0
0
Hi
May I found bug in MySQL Server 5.7.14.?!

WampServer 3.0.8 32bir, Windows 10 64bit

I execute this script
LOAD DATA LOCAL INFILE 'D:/CSV/gk.txt' INTO TABLE gk
FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n'
IGNORE 1 LINES;

in MySQL Server 5.7.14 I got errors for two symbols
1. texts with symbol '\'
2. texts with wrong symbol '�'
In both cases error is "Invalid utf8 character string:"

BUT, when I use MySQL 5.6.35 (wampserver3_x86_addon_mysql5.6.35.exe) I HAVE NOT any errors!!!

file gk.txt is UTF-8
DataBase charset/collation is utf8/utf8_general_ci


the table is
----
CREATE TABLE gk (
ben_text varchar(420) NOT NULL COMMENT 'Текст'
)
ENGINE = MYISAM
CHARACTER SET utf8
COLLATE utf8_general_ci;

Both MySQL Servers have some values for
----
SHOW VARIABLES LIKE 'character_set%';
SHOW VARIABLES LIKE 'collation%';
===
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server latin1
character_set_system utf8
character_sets_dir c:\wamp\bin\mysql\mysql5.6.35\share\charsets\

collation_connection utf8_general_ci
collation_database utf8_general_ci
collation_server latin1_swedish_ci

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>