Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/halleck45/mysqlintegrity
- Owner: Halleck45
- Created: 2012-08-09T15:17:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-10T10:39:44.000Z (over 12 years ago)
- Last Synced: 2024-10-15T17:58:15.135Z (2 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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