character_set_filesystem not present in show variables

Posted by Diego on Stack Overflow See other posts from Stack Overflow or by Diego
Published on 2011-11-12T00:29:35Z Indexed on 2011/11/12 1:51 UTC
Read the original article Hit count: 152

Filed under:
|

I'm a little worried about the absence of this variable when I execute the show variables command. This is what I get when I execute show variables like 'char%':

character_set_client        utf8
character_set_connection    utf8
character_set_database      utf8
character_set_results       utf8
character_set_server        utf8
character_set_system        utf8
character_sets_dir          /usr/share/mysql/charsets/

I wonder why this is happening. What does it mean? can I just add it to the my.cnf file?

Thank you...

Edit: Sorry, I recently noted that I didn't specify which variable we're talking about (though I said it in the title). The variable is character_set_filesystem. Thanks.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about character-encoding