php mysql dump database to file code example
Example 1: database dump mysql command
mysql -u username -p dbname < filename.sql
Example 2: php convert dbf to mysql
git clone https://github.com/hisamu/php-xbase.git
git clone https://github.com/jorgecasas/DBFToMySQL.git