How to import .sql file in MySQL through command line.
Source code viewermysql -u root -p database_name < database.sqlProgramming Language: Bash