I have just switched from a MAMP installation to a native Apache, MySql and PHP installation. I have got everything working, but I have started using my web app in the new environment and suddenly any INSERT commands are resulting in the following error:
error:Field 'display_name' doesn't have a default value
It seems the I am unable to leave a field blank now where I was able to before. I am using MySql version 5.6.13
Is there a way to change this setting in MySql?