InterviewSolution
Saved Bookmarks
| 1. |
How do I import database through command line? |
|
Answer» MySQL -u username -p database_name < file.SQL |
|