Download the PHP package dg/mysql-dump without Composer
On this page you can find all versions of the php package dg/mysql-dump. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dg/mysql-dump
More information about dg/mysql-dump
Files in dg/mysql-dump
Download dg/mysql-dump
More information about dg/mysql-dump
Files in dg/mysql-dump
Vendor dg
Package mysql-dump
Short Description MySQL database dump.
License BSD-3-Clause
Homepage https://github.com/dg/MySQL-dump
Package mysql-dump
Short Description MySQL database dump.
License BSD-3-Clause
Homepage https://github.com/dg/MySQL-dump
Keywords mysql
Please rate this library. Is it a good library?
Informations about the package mysql-dump
MySQL Dump Utility
This is a backup utility used to dump a database for backup or transfer to another MySQL server. The dump typically contains SQL statements to create the table, populate it, or both.
It requires PHP 5.6 (release 1.5) or PHP 7.1 or later.
Usage
Create MySQLi object and pass it to the MySQLDump:
You can optionally specify how each table or view should be exported:
Then simply call save()
or write()
:
Import dump from file to database this way:
If you like it, please make a donation now. Thank you!
All versions of mysql-dump with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package dg/mysql-dump contains the following files
Loading the files please wait ....