hello,everyone
i am confused that what is the useful of character_set_filesystem variable and character_set_system variable in MySQL?,as if we rarely set character_set_filesystem variable and character_set_system variable,
mysql> show variables like ‘character_set_filesystem’;
±-------------------------±-------+
| Variable_name | Value |
±-------------------------±-------+
| character_set_filesystem | binary |
±-------------------------±-------+
1 row in set (0.00 sec)
mysql> show variables like ‘character_set_system’;
±---------------------±------+
| Variable_name | Value |
±---------------------±------+
| character_set_system | utf8 |
±---------------------±------+
1 row in set (0.00 sec)