Guest User

Untitled

a guest
Dec 21st, 2018
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $ mysql -h "server-name" -u "your_username" "-pyour_password" "database-name" < "filename.sql"
  2.  
  3. mysql --host=localhost --user=your_username --password=your_password -e "filename.sql"
  4.  
  5. mysql -u your_username -p your_password
  6.  
  7. source <path_to_sql_file>/file.sql
Add Comment
Please, Sign In to add comment