PHP Classes

String size overflow

Recommend this page to a friend!

      mysql_dump  >  All threads  >  String size overflow  >  (Un) Subscribe thread alerts  
Subject:String size overflow
Summary:String Size Limits
Messages:1
Author:Abdi Joseph
Date:2014-09-17 06:56:13
 

  1. String size overflow   Reply   Report abuse  
Picture of Abdi Joseph 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 ...