This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. In the DotKernel version 1.6.0 , released on May 16th, 2012 we have removed the GPL’ed … Read More … Read More
Monthly Archives: May 2012
Forcing UTF8 connections and character set in MySQL
In some situations, it may be neccesar to force MySQL server collation and character set to UTF8. As you can’t control all scripts that are connecting to your database( for instance: mysql command line, or mysqldump) For that , open … Read More