
Abdi Joseph - 2014-09-17 06:56:13
Hello,
While I used this class, it couldn't complete execution as I kept getting the error message "PHP Fatal error: String size overflow in /var/www/***/libs/mysql_dump.php on line 189"
After goggling I noticed @http://php.net/manual/en/language.types.string.php that a string can't exceed 2 GB and yet one of my tables had data of about 6GB.
This is where the script dies ..
Perhaps you should modify it to support even really large tables ...