mysqldump, An easy way to restore MySQL Database
A few days ago, I have to take my database dump which is in my local system and stored in MySQL, i tried from software tool phpMyAdmin but its take too much time and cannot succeed. so i thought to restore my database by command line and use MySQL utility “mysqldump”. I found its very […]