mysqldump-php
mysqldump-php copied to clipboard
PHP version of mysqldump cli that comes with MySQL
I would love if I could use an existing PDO commection and `Mysqldump` could just use the existing connection to handle the dumps. I mean If I could have a...
Hello, for MySQL, can't specify port in DSN
In function "getTableLimit" i've removed this code: // if (!is_numeric($limit)) { // return false; // } so I can do a limit partition for extra dimension table. First tranche "0,...
As per https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation I noticed that this library extensively uses this syntax, which will effectively break it in PHP 9 (still a while before this happens) and may start to...
Added the possibility to specify the partitions that need to be used on the table before the where clause
I am trying to add the "if-no-exists" parameter to the options array. The default value is "false" but the documentation is missing for the accepted parameters of the option... I...
The regex pattern defined in line 1904 (inside TypeAdapterMysql::create_view) fails if the view definition contains "SQL SECURITY INVOKER" instead of "SQL SECURITY DEFINER". Changing the regex as follows fixes the...
Hello, it is with great and immense pleasure that I come to wish you my congratulations on the library. I am exporting my database but the procedures are not being...
Provide a `restore` method, please?