C:\Documents and Settings\Administrator>mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 20
Server version: 5.0.37 Source distributionType 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> use panda;
Database changed
mysql> show tables;
Empty set (0.00 sec)
-----------------------------------------------------
C:\Documents and Settings\Administrator>mysql -u root panda<e:\workspace\panda\d
b\panda_new.sql;
ERROR 1049 (42000): Unknown database 'panda;'