Development > Advanced > Topic (new)

understanding mySql / #1165

Random musing and fragments on mySQL

Misc notes

Strict mode


I comment following strings in my.ini and STREBER work ok atfter that:

from Space



from my.ini

# Set the SQL mode to strict
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"


Additional reading

Very nice article on optimization and understand mysql queries:
http://www.informit.com/articles/article.asp?p=377652&seqNum=1&rl=1

Comment / Update