Select Page

CakePHP, MySQL: Issues with character sets / special chars

Last Updated on 2014-07-28. Problem Framework CakePHP sets strings to null which are loaded from database tables and contain special characters like German Umlaute. Solution In app/Config/database.php, add to your config array: ‘encoding’ =>...

Upgrading MySQL – quickly and as simple as possible

Last Updated on 2014-07-10. Scenario You run a Windows server with MySQL DB, want to keep it up to date, keep all settings and the upgrade process should work as fast as possible. Unfortunately, the official MySQL upgrading guides are too detailed in most cases,...