Posted On: Feb 22, 2018
Run below command on the terminal to import a MySQL database from the file
mysql -u username -p database_name < file.sql
Never Miss an Articles from us.
MySql is a multi-threading, multi-user open source SQL database management system . It is typically used for web applica..
MySql is written in C and C++ programming and SQL parser written in yacc...