| Author |
What is the Java URL to connect to mysql server in Ubuntu when installed using apt?
|
Varuna Seneviratna
Ranch Hand
Joined: Jan 15, 2007
Posts: 164
|
|
I used the following command to install MySQl server
in Ubuntu
Now MySQL Server 5.1 is running and I can connect to it using the client side tool mysql.
What is the URL to connect to MySQL through a Java program Using Connecter/J?
|
Varuna Seneviratna
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
|
Aren’t all the details in the MySQL reference manual? Try ยง20.3.
|
 |
 |
|
|
subject: What is the Java URL to connect to mysql server in Ubuntu when installed using apt?
|
|
|