import file mysql terminal
mysql -u<username> -p<password> databaseName < /path/fileName.sql
import file mysql terminal
mysql -u<username> -p<password> databaseName < /path/fileName.sql
import sql mysql ubuntu
mysql -u username -p database_name < file.sql
#or, after login in to mysql
source sql_file_name_with_path.sql;
import mysql dump database command line linux
mysql -u<user_name> -puser_password> <database_name>
source /path/db.sql
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us