Where does mysqldump files go? – Phpmyadmin
I've read a post saying that I would have to use this command below, to dump my sql files $ mysqldump -u [uname] -p db_name > db_backup.sql However, my question is, I don't quite get where the db_backup.sql comes from.…