2
Como configurar o conjunto de caracteres global no MySQL
Tentei alterar o conjunto de caracteres para o nosso MySQL via my.cnf e ele falhou. Adicionei as configurações de charset listadas abaixo: # The MySQL server [mysqld] port = 3306 socket = /var/lib/mysql/mysql.sock skip-locking key_buffer = 16M max_allowed_packet = 1M table_cache = 64 sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size …