Java Tutorial - Java Script : Testing MySQL

Java Tutorial - Java Script :

Testing MySQL


After MySQL has been installed and is running, we want to check and make certain that we can access it. This is easily done from the command line by running a utility program provided with MySQL. From the Linux or Windows command prompt, enter the following command:

Mysqlshow

If MySQL is running you should see:

Windows users will want to make sure that the c:\mysql\bin directory is in their path.