How to Disable MySQL Strict Mode in Linux and Windows

MySQL and MariaDB support strict modes that allow the controlling and handling of invalid or missing values in data-changing queries. This has the following statements INSERT, UPDATE, and CREATE TABLE. When strict mode is enabled in MySQL then invalid or missing data may cause warnings or errors when trying to move the query. When strict mode is disabled, a similar […]

» Read more

How to Solve Application Error in Windows vzpp

Error : “Application Error The server encountered an internal error or misconfiguration.” Solution : This is usually caused by VPS hitting its memory parameters , the QOS alerts can be checked from vzmc/pmc to confirm this. A temporary solution would be restart the the vps to release the memory resource. You want to fix it permanent solution make sure to check […]

» Read more