Hi, I noticed that the default character set for the databases that ISPconfig creates is "latin1_swedish_ci". My question is, which is the file that is responsible for the default character set of the databases created by ISPconfig ? All I need is to turn it to use "utf8_general_ci" as default. anyhelp ? thanks alot in advance.
This is not set in a config file of ISPConfig, it si set in the my.cnf config file of your mysql installation.
hm yeah you are right, .. the thing is that i found nothing in that file having to do with the character set
for anybody who want's to know 1und1 use this settings (as i can see - no guarantee ) /etc/mysql/my.cnf Code: [mysqld] collation_server=utf8_general_ci character_ser_server=utf8