Eclipse中使用Mysql,在database explorer中的connections,中的class location 和什么意思啊?怎么写啊?

解决方案 »

  1.   

    是不是database driver中的
    Connection ?
    如果是的话可以写成jdbc:mysql://localhost:3306/test
    test是你要连接的数据库名...
      

  2.   

    没有connections location啊
    是不是connection url啊?
    给你个例子:jdbc:mysql://localhost:3306/hlju?useUnicode=true&characterEncoding=utf8
      

  3.   

    用mysql front 或者 mysql自己的ui工具吧eclipse里面配置的方法就跟你jdbc连接是一样的