Published
- 1 min read
linux command line import mysql database
The solution for this is noted below
linux command line import mysql database
Solution
# if your database is not locally hosted
mysql -u username -p -h dbhost dbname < filename.sql
Try other methods by searching on the site. That is if this doesn’t work