Wednesday, March 24, 2010

MySQL :: Warnings

Its always  a good idea to check the warnings.

mysql> show warnings;

Also make sure that above command is run right after the warnings, this will be rewritten after each command.

No comments:

Post a Comment