I just downloaded Wordpress to play around with. However,
installation failed pretty miserably. The nature of the error
messages led me to believe Wordpress does not like the SQL_MODE setting of my lcoal MySQL database.
By default, I have a fairly restrictive SQL_MODE for
my local database server, which is set up by this line in my
my.cnf option file:
sql_mode=TRADITIONAL,ANSI_QUOTES,PIPES_AS_CONCAT,IGNORE_SPACE,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION
Now, a lot of people don't know you can …