MySQL Forums
Forum List  »  Newbie

Re: Charset diff 5.6 to 5.7
Posted by: Thommy Malmström
Date: February 23, 2016 01:19PM

Below from the 5.7 installation.

mysql> show variables like 'char%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| 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 | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
8 rows in set (1.07 sec)

mysql> show variables like 'coll%';
+----------------------+-------------------+
| Variable_name | Value |
+----------------------+-------------------+
| collation_connection | utf8_general_ci |
| collation_database | utf8_unicode_ci |
| collation_server | latin1_swedish_ci |
+----------------------+-------------------+
3 rows in set (0.00 sec)

Options: ReplyQuote


Subject
Written By
Posted
February 23, 2016 10:48AM
February 23, 2016 11:49AM
February 23, 2016 01:06PM
Re: Charset diff 5.6 to 5.7
February 23, 2016 01:19PM
February 23, 2016 04:20PM
February 28, 2016 12:19PM
February 28, 2016 04:02PM


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.