Hi!
> Latin1 is the default as i know.
> Let's check:
> 2.3.3 Typical configure Options
> 4.7 MySQL Localisation and International Usage
I know this. BUT, when I set def char set = cp1251 and do
CREATE DATABASE lalala
I get new database created in latin1
Is this a bug?
--
MySQL General Mail
Hi!
In my.cnf:
[mysqld]
...
default-character-set=cp1251
default_collation=cp1251_general_ci
...
Then, after
>show variables like '%character%'
I have:
character_set_servercp1251
character_set_clientcp1251
character_set_connectioncp1251
character_set_resultscp1251
character_s