hello,
mysql database has usually more than one character set available. one of those is a default one.
IS IT possible to switch character set for one database or not? is it possible to send a mysql directive or something and tell mysql to enable setX for one database?
the problem i am facing is that i need a different set than latin-1 and my application is on shared server with 100 others that need latin-1.
mysql database has usually more than one character set available. one of those is a default one.
IS IT possible to switch character set for one database or not? is it possible to send a mysql directive or something and tell mysql to enable setX for one database?
the problem i am facing is that i need a different set than latin-1 and my application is on shared server with 100 others that need latin-1.