各位高人myeclipse+tomcat+mysql下出现com.mysql.jdbc.Driver驱动未注册错误,怎么解决?下面是代码:~)
谢谢各位啦Stringurl="jdbc:mysql://localhost:3306/content";conn=DriverManager.getConnection...
谢谢各位啦
String url = "jdbc:mysql://localhost:3306/content";
conn = DriverManager.getConnection(url,"root","123456");
localhost:3306/content";中这个content是数据库名,这样写对吗?还是写成mydb,
不胜感激! 展开
String url = "jdbc:mysql://localhost:3306/content";
conn = DriverManager.getConnection(url,"root","123456");
localhost:3306/content";中这个content是数据库名,这样写对吗?还是写成mydb,
不胜感激! 展开
展开全部
这样写是没有错误的
你的Class.forName.newInstance没有变量接收,所以完全没有必要加.newInstance
使用mysql需要加相应的jdbc驱动
参考http://www.cnblogs.com/taoweiji/archive/2012/12/11/2812295.html
你的Class.forName.newInstance没有变量接收,所以完全没有必要加.newInstance
使用mysql需要加相应的jdbc驱动
参考http://www.cnblogs.com/taoweiji/archive/2012/12/11/2812295.html
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询