mysql是好的,我可以用,就是Jdbc的驱动程序无法加载

解决方案 »

  1.   

    通过一个Localhost怎么访问Mysql呀,好像要配置这个对吧
      

  2.   

    你的mysql的3306端口打开了吗,默认是不打开的。
    show me-->my.ini setup
      

  3.   

    mysql以指向这个端口,是不是访问http://localhost:3306地址会有什么页面出现呀
      

  4.   

    getConnection(url,user,password)用法有问题,
    应该这样
    getConnection(url+"?"+user+";"+password)
    或者getConnection(url)也可以。
      

  5.   

    对了,你的数据库里有名为huotw的数据库吗?
    没有的话先建一个,