[Question] Can't connect to mySql server on Ubuntu |
17/03/2010 10:07:47 (+0700) | #1 | 207162 |
karamata
Member
|
0 |
|
|
Joined: 16/03/2008 01:50:46
Messages: 24
Offline
|
|
Chào các anh(chị),
Em đang phải làm đồ án môn học về cơ sở dữ liệu mà em gặp vấn đề thế này mong các anh chị giúp đỡ.
Em dùng mySql server 5.0 trên Ubuntu và dùng java + Connector/J để connect đến nó nhưng không biết sao toàn bị quăng ra lỗi:
code java của em như sau:
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class jdbc {
public static void main(String args[]) {
Connection con = null;
try {
Class.forName("com.mysql.jdbc.Driver").newInstance();
con = DriverManager.getConnection("jdbc:mysql://localhost:3306/mysql",
"root", "root");
if(!con.isClosed())
System.out.println("Successfully connected to " +
"MySQL server using TCP/IP...");
} catch(Exception e) {
System.err.println(e);
}
}
}
lỗi mà em nhận được là cái này:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '????????????????' at line 1
Em đã thử google rồi nhưng không được kết quả nào cả. kết quả chủ yếu là nói về window. Trên window em cũng đã làm rồi tất nhiên là connect được với cùng đoạn code như trên.
Cảm ơn sự giúp đỡ của anh chị. |
|
|
|
|
[Question] Can't connect to mySql server on Ubuntu |
17/03/2010 11:15:47 (+0700) | #2 | 207168 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
http://forums.mysql.com/read.php?39,278754,283751#msg-283751 |
|
Let's build on a great foundation! |
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|