Download the PHP package efureev/yii2-recover-innodb-table without Composer
On this page you can find all versions of the php package efureev/yii2-recover-innodb-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-recover-innodb-table
Recovering an InnoDB table from only an *.ibd file for Yii 2
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require-dev
section of your composer.json
.
Usage
To use this extension, simply add the following code in your application configuration (console.php):
Recovering (Exp., database name dbase
):
- Backup original db (Exp.:
/usr/var/mysql/dbase/
) to other dir (Exp.:/usr/var/mysql/dbase_bak
) - Delete original db
- Create new db with the same name (Exp.:
/usr/var/mysql/dbase/
) - Create same structure as the original
- Run script:
./yii utilsdb/repair-table /usr/var/mysql/dbase /usr/var/mysql/dbase_bak
All versions of yii2-recover-innodb-table with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package efureev/yii2-recover-innodb-table contains the following files
Loading the files please wait ....