myeclipse报错
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
Mysql dos环境能登录 第三方能登录连接代码
        private String driverStr = "com.mysql.jdbc.Driver";
private String connStr = "jdbc:mysql://localhost:3306/ch09user=root&6261060=root&useUnicode=true&characterEncoding=gbk";

        private Connection connection = null;
private Statement stmt=null;
private ResultSet rs = null;