Import SQL
mysql -u username -p use database_name; SOURCE /path/to/sql/file.sql show tables; select * from table;