Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. You can import large file using this command line way 2:
  2.  
  3. mysql -h localhost -u root -p
  4. give the password
  5. mysql> use database name
  6. mysql> source path/example.sql
  7.  
  8. You can import large file using this command line way 2:
  9.  
  10. mysql -u root -p root < path/example.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement