subscribe via rss subscribe via mail subscribe via twitter

How To Upload a Big SQL File To MySQL

Posted in Databases on February 2nd, 2010

by AndrewGoldenberg.ca @flickr

Recently, I wanted to upload a 10GB SQL file to MySQL using PhpMyAdmin. unfortunately, it didn’t work properly. the fields were created in the database but with no records. It seemed to be a memory and PHP configuration issue. After that i made some searches. And eventually, figured out that there is a script called BigDump is made for this purpose.
Read the rest of this article »

Page 1 of 11