Restore or import MySQL database file command prompt mysql -u username -P port -ppassword databasename < /tmp/databasename.sql
Post a Comment