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


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1081


How to Change a users password from unix shell.

1221


Which statement is used in a select query for partial matching?

1247


What is the current mysql version?

1103