mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包
來源:懂視網(wǎng)
責編:小采
時間:2020-11-09 16:50:26
mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包
mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包:mysqljdbctomcat數(shù)據(jù)庫 Class.forName(com.mysql.jdbc.Driver);conn = DriverManager.getConnection(jdbc:myql://localhost:3306/usersinfo,root,****);網(wǎng)上的方法:1.把連接包目錄添加到classpath2.把
導(dǎo)讀mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包:mysqljdbctomcat數(shù)據(jù)庫 Class.forName(com.mysql.jdbc.Driver);conn = DriverManager.getConnection(jdbc:myql://localhost:3306/usersinfo,root,****);網(wǎng)上的方法:1.把連接包目錄添加到classpath2.把
mysqljdbctomcat數(shù)據(jù)庫
Class.forName("com.mysql.jdbc.Driver");
conn = DriverManager.getConnection("jdbc:myql://localhost:3306/usersinfo","root","****");
網(wǎng)上的方法:
1.把連接包目錄添加到classpath
2.把連接包導(dǎo)入到j(luò)re里
3.把連接包添加到tomcat/webapps的對應(yīng)工程目錄的lib文件夾里
4.把連接包添加到tomcat的lib里
我都實驗了但都沒有效果。我的mysql版本是5.5-28,連接包的版本是Connector/J 5.1.37,但我下載的時候看到這個包好像是和平臺無關(guān)的,難道是這個原因么,但是我又找不到5.5的連接包啊
大神給指點一下看看我的問題在哪里?
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包
mysql-數(shù)據(jù)庫連接報錯,沒有合適的驅(qū)動包:mysqljdbctomcat數(shù)據(jù)庫 Class.forName(com.mysql.jdbc.Driver);conn = DriverManager.getConnection(jdbc:myql://localhost:3306/usersinfo,root,****);網(wǎng)上的方法:1.把連接包目錄添加到classpath2.把