Import a SQL file into a MySQL server
Imports an exported SQL dump into a MySQL server
Authored by: bansiBrought to you by Warp, a free terminal reimagined to work like a modern app.
username
database_name
sql_filepath
Command
Copy
mysql -u username -p database_name < sql_filepath
Tags
Edit in GitHub
Copied