Mysql

1
WAMP Server Tutorials- WAMP & MYSQL check

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’); ...

1 comment Read the full article →
1
Top 5 Web based Database Administration Tools

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 ...

1 comment Read the full article →
1
How to crack Mysql password Hash

If some one says you cant decrypt password’s stored in mysql with MD5 hash, then it may be false as today I used a software to crack a password stored with md5 hash.It may be the same for LM, NTLM, and SHA1. Software I’m talking about is RainbowCrack. It crack ...

1 comment Read the full article →