This is a discussion on mysql warnings within the MySQL forums, part of the Database Server Software category; --> When I read a file into a table I get a message saying that there are 5 warnings - ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "don" <don@panix.com> wrote: > When I read a file into a table I get a message saying that there are 5 > warnings - but how do I read these warnings - where are they stored? To actually see the warnings, you should issue a SHOW WARNINGS statements immediately after the statement that produced the warnings. XL -- Axel Schwenke, Senior Software Developer, MySQL AB Online User Manual: http://dev.mysql.com/doc/refman/5.0/en/ MySQL User Forums: http://forums.mysql.com/ |