0

I have some dumps created with the following command:

mysqldump --host=$host --user=$dbuser --password=$dbpass --tab=$backupdir/$dbname $dbname 

That created couple files table.sql/table.txt with the structure in the first (that can can be installed with mysql -u username -p database_name < table.sql) and the rows in the second.

How can I import the rows with that files ?

2

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.