newbie: How can I see the warnings when creating DB from file?
Database
2
Posts
1
Posters
0
Views
1
Watching
-
in the mysql command-line I did: mysql> create database myDB; mysql> use myDB; mysql> source mySource.sql; and I get lines as - Query OK, x rows affected, y warnings (z sec) My question: How\where can I see what were the warnings, so I can fix them? Thanks,
Atara
-
in the mysql command-line I did: mysql> create database myDB; mysql> use myDB; mysql> source mySource.sql; and I get lines as - Query OK, x rows affected, y warnings (z sec) My question: How\where can I see what were the warnings, so I can fix them? Thanks,
Atara