I am running the command line like this, trying to find out sql_mode on mysql 4, but it returns empty string.
What does that mean? What sql_mode I am on if the result is empty string?
Thanks!
I guess it means that none of the mode flags listed are set (i.e., the default setting).