This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes What is the Java URL to connect to mysql server in Ubuntu when installed using apt? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "What is the Java URL to connect to mysql server in Ubuntu when installed using apt?" Watch "What is the Java URL to connect to mysql server in Ubuntu when installed using apt?" New topic
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
    
    4
Aren’t all the details in the MySQL reference manual? Try ยง20.3.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What is the Java URL to connect to mysql server in Ubuntu when installed using apt?
 
Similar Threads
Problem on installing ubuntu-desktop package in offline mode from bootable linux Pendrive
Linux/J2EE questions
Installing Apache 2 in Ubuntu
Setting Java Path in Linux
Why I selected and deselected Ubuntu?