adspace
How can you import tables from a sql file into a database by using the mysql client?
Answer Posted / Puneet Awasthi
You can use the `mysql` command followed by the `< sql_file_name.sql >` to import data from an SQL file. For example, `mysql db_name < sql_file_name.sql;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers