If you are trying to test MySQL Database Connectivity from a system where where you have WAMP Bundle installed,you can do it with the help of http://localhost/testmysql.php. But make sure you modify the default values in testmysql.php, by default the contents of testmysql.php is as follows: <?php $link = mysql_connect(‘hostname’,’dbuser’,’dbpassword’); ...
Read the full article →
Database Management tools makes the life of a Database Administrator (DBA) easy by providing a graphical interface to edit,create,delete,modify,backup & restore database.Prior to the introduction of these tools administrators used the hard way for managing & maintaining databases using command’s from Command line Interface (CLI). In this post, we will introduce ...
Read the full article →