去下载一个mysql-front或phpmyadmin来管理吧!可以在我这下载.及汉化http://shuixin13.jahee.com/MySQL-Front_30.rar
http://shuixin13.jahee.com/Chinese(Simplified).txt
c:\>mysql -uroot -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.17-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> create database hello;
Query OK, 1 row affected (0.14 sec)mysql> drop database hello;
Query OK, 0 rows affected (0.52 sec)mysql> exit