2017 © Pedro Peláez
 

cakephp-plugin cakephp-tablemaintenanceshell

A CakePHP console tool to run common MySQL database maintenance queries

image

loadsys/cakephp-tablemaintenanceshell

A CakePHP console tool to run common MySQL database maintenance queries

  • Friday, February 16, 2018
  • by chronon
  • Repository
  • 6 Watchers
  • 0 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 63 % Grown

The README.md

CakePHP-TableMaintenanceShell

A CakePHP v2.x console tool to run common MySQL database maintenance queries, including:, (*1)

  • CHECK
  • ANALYZE
  • OPTIMIZE
  • REPAIR

Tables are locked with a READ lock for the check action, or WRITE locks for all other actions. This is to mimic the behavior of mysqlcheck as described here., (*2)

Requirements

  • CakePHP 2.x
  • PHP 5.3+

Installation

$ composer require loadsys/cakephp-tablemaintenanceshell

Usage

Console/cake TableMaintenance.table_maintenance run {action} {table|ALL}

The {action} param can be any one of:, (*3)

  • check
  • analyze
  • optimize
  • repair

The {table} param can be any valid table name, or the special word ALL meaning all tables., (*4)

Adding the --quiet or -q flag will suppress output unless an error exists., (*5)

Contributing

Reporting Issues

Please use GitHub Isuses for listing any known defects or issues., (*6)

Development

When developing this plugin, please fork and issue a PR for any new development., (*7)

License

MIT, (*8)

Loadsys Solutions 2018, (*9)

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/loadsys/CakePHP-TableMaintenanceShell

A CakePHP console tool to run common MySQL database maintenance queries

  Sources   Download

MIT

The Requires

 

database cakephp mysql

16/02 2018

dev-dev

dev-dev https://github.com/loadsys/CakePHP-TableMaintenanceShell

A CakePHP console tool to run common MySQL database maintenance queries

  Sources   Download

MIT

The Requires

 

database cakephp mysql

16/02 2018

1.0.0

1.0.0.0 https://github.com/loadsys/CakePHP-TableMaintenanceShell

A CakePHP console tool to run common MySQL database maintenance queries

  Sources   Download

MIT

The Requires

 

database cakephp mysql