MySQL-dump icon indicating copy to clipboard operation
MySQL-dump copied to clipboard

MySQL Dump Utility

Results 3 MySQL-dump issues
Sort by recently updated
recently updated
newest added

Still testing, the generated "mysql function" is duplicated

During MySQLImport::read, fgets may return false if nothing is read in, causing the strlen function to throw an exception. Simple addition of test of not false added. ``` while (!feof($handle))...