PHP Classes

improvements and corrections

Recommend this page to a friend!

      Danen MySQL Backup  >  All threads  >  improvements and corrections  >  (Un) Subscribe thread alerts  
Subject:improvements and corrections
Summary:Alex
Messages:1
Author:Alejandro Estévez Rodríguez
Date:2016-10-26 13:09:19
 

  1. improvements and corrections   Reply   Report abuse  
Picture of Alejandro Estévez Rodríguez Alejandro Estévez Rodríguez - 2016-10-26 13:09:19
-----------------------------------------
ADD TO LINE 94

-- Disabled Foreign Keys
SET FOREIGN_KEY_CHECKS = 0;

-----------------------------------------
REPLACE LINE 233 WITH:

$this->backupDump .= <<< EOT

-- Enabled Foreign Keys
SET FOREIGN_KEY_CHECKS = 1;
\n\n-- End of backup\n
EOT;

-------------------------------------------
REPLACE LINE 172 WITH:

$iRow1;

-------------------------------------------