MySQL Forums
Forum List  »  Quality Assurance

Couldn't import big database import (much greater then 2gb) with millions of records devided over multiply tables
Posted by: Rudy Borgstede
Date: June 06, 2012 07:55AM

When I import my exported (mysqldump) sql dump file with:
- source command
- mysqlimport
- By using a pipe by cat/type db.sql | mysql -u user -p -D database (in windows and openbsd unix)
The file gets partially imported and then get cut off like the operation was a succes without any warning or error!

Anybody got a better solution then cut the file up in 10+ more sub sql files?

Options: ReplyQuote


Subject
Views
Written By
Posted
Couldn't import big database import (much greater then 2gb) with millions of records devided over multiply tables
2390
June 06, 2012 07:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.