История изменений
Исправление phoen, (текущая версия) :
To see the values of the character set and collation system variables that apply to your connection, use these statements:
SHOW VARIABLES LIKE 'character_set%';
SHOW VARIABLES LIKE 'collation%';
http://dev.mysql.com/doc/refman/5.7/en/charset-connection.html
Исправление phoen, :
To see the values of the character set and collation system variables that apply to your connection, use these statements: <br> SHOW VARIABLES LIKE 'character_set%';<br> SHOW VARIABLES LIKE 'collation%';<br>
http://dev.mysql.com/doc/refman/5.7/en/charset-connection.html
Исходная версия phoen, :
To see the values of the character set and collation system variables that apply to your connection, use these statements:
SHOW VARIABLES LIKE 'character_set%'; SHOW VARIABLES LIKE 'collation%';
http://dev.mysql.com/doc/refman/5.7/en/charset-connection.html