I am trying to take backup of mysql database which is currently at the local machine and I dont have phpmyadmin. How can I take backup?
I am trying to take backup of mysql database which is currently at the local machine and I dont have phpmyadmin. How can I take backup?
There is a utility in mysql called mysqldump which you can use to take backup at the local machine.
Bookmarks