Import Mysql Data

by Ritesh


Posted on August 20, 2017 at 4:00 PM


DUMP Mysql Data

mysql -u username -p -h hostname databasename < dump.sql
Note the < sign before dump.sql. For importing use less than < , For exporting database use greater than >