Open terminal by pressing alt+ctrl T
mysql -u root -p
Enter password
mysql>use [database-name]
mysql>source [path to your .sql file]
- Log in to post comments
Open terminal by pressing alt+ctrl T
mysql -u root -p
Enter password
mysql>use [database-name]
mysql>source [path to your .sql file]