Download the PHP package zortje/mysql-keeper without Composer
On this page you can find all versions of the php package zortje/mysql-keeper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zortje/mysql-keeper
More information about zortje/mysql-keeper
Files in zortje/mysql-keeper
Download zortje/mysql-keeper
More information about zortje/mysql-keeper
Files in zortje/mysql-keeper
Vendor zortje
Package mysql-keeper
Short Description Find incorrect configurations or missed optimization opportunities in MySQL databases
License MIT
Package mysql-keeper
Short Description Find incorrect configurations or missed optimization opportunities in MySQL databases
License MIT
Keywords mysqloptimization
Please rate this library. Is it a good library?
Informations about the package mysql-keeper
MySQL Keeper
Find incorrect configurations or missed optimization opportunities in MySQL databases.
Features
Detects the following issues
- Duplicate indices
- Missing primary key on auto_increment column
- Redundant unique index on primary key
- Redundant key index on primary key
- Inconsistent usage of collation between table and columns
Installing via Composer
The recommended way to install MySQL Keeper is though Composer.
Usage
The $databaseResult
array will look something like this with the first level keys being table names.
Usage with Melody
Melody allows inline Composer requirements to simply execute PHP scripts.
mysql-keeper_myapp.php
Simply run:
All versions of mysql-keeper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-pdo Version ~1.0
ext-pdo_mysql Version ~1.0
ext-pdo Version ~1.0
ext-pdo_mysql Version ~1.0
The package zortje/mysql-keeper contains the following files
Loading the files please wait ....