Japster
Well-Known Member
I'm having a 1.7GB mySQL data dump, and are busy importing it to a new database. The problem I'm having at the moment, is that this import has been running for 3 days non-stop. Is there anyway that a person can speed-up this import, as I really cannot sit till the end of next week and wait for this import.
i did set the ini file:
xampp/mysql/bin/my.ini
Set the following:
[mysqld]
max_allowed_packet = 512M
[mysqldump]
max_allowed_packet = 512M
but this did not really help anything to improve the import speed.
i did set the ini file:
xampp/mysql/bin/my.ini
Set the following:
[mysqld]
max_allowed_packet = 512M
[mysqldump]
max_allowed_packet = 512M
but this did not really help anything to improve the import speed.