How can I can dump such a large database
Step #1: Open mydatabase.sql Just calculate how many lines between 2 “INSERT INTO… VALUE” Step #2: Open bigdump.php file Change define from 300 to 800 define ('MAX_QUERY_LINES', 800); //How many…
Step #1: Open mydatabase.sql Just calculate how many lines between 2 “INSERT INTO… VALUE” Step #2: Open bigdump.php file Change define from 300 to 800 define ('MAX_QUERY_LINES', 800); //How many…
To make your WordPress blog run faster, there are many possible ways to do. But here I just found an easy, fast, less complicated way to have a faster blog.…
In this post, I’ll let you know how to import a large sql database to phpMyAdmin by using bigdump file. It was failed couple times because my sql file is…