Load huge sql dump to mySql
Posted
by jonathan
on Stack Overflow
See other posts from Stack Overflow
or by jonathan
Published on 2010-05-28T13:37:22Z
Indexed on
2010/05/28
13:52 UTC
Read the original article
Hit count: 123
mysql
Hi I have a huge mysql dump file generated from phpmyAdmin (150 000 lines of create table, inserts....)
The mySql query tool fails to open such a big file. As a result i can't insert all the records.
Is there a way to do this ? Thanks John
© Stack Overflow or respective owner