Tag: MySQL

  • WordPress Database Collation Troubles

    WordPress Database Collation Troubles

    If you ever come across this kind of error message in your WordPress debug.log (assuming that you have debugging enabled) … … then you have a query that involves tables which have clashing collations. In my case, one table used utf8mb4_unicode_520_ci for a row while a joined table used utf8mb4_unicode_ci for the row on which…

  • WordPress Basics

    WordPress Basics

    On our support forums we mainly focus on advanced topics related to specific functionalities of WordPress and our plugins. These can be either special use cases or even questions looking for business consultation and how we can cover them with our tools. However, there are many users that have just started using WordPress and issues…

  • WordPress Hosting Requirements

    A Checklist My minimum checklist currently looks like this. If a host doesn’t meet these requirements, then I would recommend to look for another one that does. Linux Server PHP 5.3.x MySQL 5.x Custom php.ini Custom .htaccess + mod_rewrite + mod_deflate SSH Access Cronjobs

Share