Download the PHP package dg/mysql-check without Composer
On this page you can find all versions of the php package dg/mysql-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dg/mysql-check
More information about dg/mysql-check
Files in dg/mysql-check
Download dg/mysql-check
More information about dg/mysql-check
Files in dg/mysql-check
Vendor dg
Package mysql-check
Short Description Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
License BSD-3-Clause
Homepage https://github.com/dg/MySQL-check
Package mysql-check
Short Description Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
License BSD-3-Clause
Homepage https://github.com/dg/MySQL-check
Keywords mysql
Please rate this library. Is it a good library?
Informations about the package mysql-check
MySQLChecker
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
Create MySQLi object and then check database named blog
:
$mysqli = new mysqli('localhost', 'root', 'password');
checkForeignKeys($mysqli, 'blog');
Or without parameter it checks all databases:
checkForeignKeys($mysqli);
If you like it, please make a donation now. Thank you!
All versions of mysql-check with dependencies
PHP Build Version
Package Version
No informations.
The package dg/mysql-check contains the following files
Loading the files please wait ....