Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halleck45/mysqlintegrity

Allows to check (and repairs) Foreign Key's errors in MySQL databases
https://github.com/halleck45/mysqlintegrity

Last synced: 25 days ago
JSON representation

Allows to check (and repairs) Foreign Key's errors in MySQL databases

Awesome Lists containing this project

README

        

Mysql Integrity Checker
===============

Allows to check (and repairs) Foreign Key's errors in MySQL databases

Usage:

php integrity.php
--name=dbname name of the database

--user=username mysql user
--password=abc123 mysql password
--host=localhost host
--action=list|clean expected behavior (default:list)
list: list all failures
clean: remove failures