c:\>mysql -uroot -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 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.16 sec)mysql> exit
Byec:\>

解决方案 »

  1.   

    Download Mysql-Front 2.5 or later to manage...
      

  2.   

    http://expert.csdn.net/Expert/TopicView1.asp?id=2532378
      

  3.   

    谢谢大家的回复,Mysql-Front我已经在使用了,不过就是为明白为什么我安装的MYSQL在数据库栏上没有"创建数据库"的选项
      

  4.   

    UP 
    我也有同样的疑问。教科书上面有CREATE DATABASE的选项。
      

  5.   

    数据库栏?在哪里啊……你是说mysql\bin\pwinmysqladmin.exe 么?如果是Mysql-Front这些管理工具,是不是你登陆的用户没有create database 的权限啊