MySQL
0 words.
2 entries. 168 words.
2007-09
-
MySQL charset parameter.
2007-09-10.
Just in case you don’t know, in order to store UTF8 characters in a MySQL database, you have to add a “charset=utf8;” parameter to the connection string when using the MySQL .NET Connector. Otherwise you will get very frustrated. Also don’t forget to set the field’s character set and collation to utf8 too.
- Technology
2009-05
-
Incorrect usage of SUBQUERY and feature is disabled.
2009-05-09.
I just looked at my home page to find it reporting a database error. “Incorrect usage of SUBQUERY and feature is disabled by allow_view_trigger_sp_subquery in /etc/my.cnf”.
- Technology