I used the following command to install MySQl server
apt-get install mysql-client-5.1 mysql-server-5.1
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?
apt-get install mysql-client-5.1 mysql-server-5.1
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?