How to test PHP in MySQL Strict
Posted
by Ben Sinclair
on Stack Overflow
See other posts from Stack Overflow
or by Ben Sinclair
Published on 2010-04-06T02:34:36Z
Indexed on
2010/04/06
2:43 UTC
Read the original article
Hit count: 452
I had a client who had MySQL Strict which brought up a few errors in my MySQL code... I didn't even know there was a MySQL Strict. I've fixed up a lot of the issues but I want to run some further tests on my local server.
How do I enable MySQL Strict for testing purposes and then disable it when I no longer want it?
© Stack Overflow or respective owner