Get it from the download page.

a quick and dirty solution is to
set session collation_connection = latin1_swedish_ci
or whatever you need to use
set session collation_connection = latin1_swedish_ci;
/* SQL Error (1193): Unknown system variable 'collation_connection' */
/* Unknown character set: 'utf8mb4' */
a quick and dirty solution is to
set session collation_connection = latin1_swedish_ci
or whatever you need to use
Yes, all my Chinese words are corrupted now.
MySQL 4.0.23
set session collation_connection = latin1_swedish_ci; /* SQL Error (1193): Unknown system variable 'collation_connection' */
Please login to leave a reply, or register at first.