Why MySql Load_File(TextFile) return BLOB string?

188 views Asked by At

Windows 7, MySQL 8.0, InnoDB. File contains ususal text, load result contains BLOB string.

select load_file('d:/temp.txt');

result: 0x62...43

Why it happens? And can i get TEXT result whithout convert()?

0

There are 0 answers