dg/mysql-check
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
Maintainers
v1.0.0
2013-06-23 21:44 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-12 12:30:33 UTC
README
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!
