(1)http://www.mysql.com
(2)create database 库名1; 
   use 库名1;
   create table 表名1(
     id int(4) primary key not null,
     name varchar(20) not null,
     index (id,name));
   
(3)有“winmysqladmin”在(假设安装路径在c:) C:/mysql/bin/winmysqladmin.exe

解决方案 »

  1.   

    1、2就不回答了!
    3、推荐几款My sql 在windows下可视化管理工具:mysql-front
    phpmysqladmin可用http://www.google.com搜索一下!
      

  2.   

    up
    在补充一个可是化工具:
    MS MySQL Manager 2 很好用的
      

  3.   

    1,2不多说了。
    3.推荐两个
    EMS MySQL Manager http://www.skycn.com/soft/7041.html
    MySQL Front http://www.phpe.net/?n=DownShow&a=3我用的是MySQL Front,不错!