Recommend this page to a friend! |
Classes of Istvan Dobrentei | PHP DB Migration Library | README.md | Download |
|
Downloaddb-migrationMigration Class to help automatization The migration Class is a command line php utility and it helps to automatizate database changings and its migrations. It is useful for example to create a Continous Integration environment. The sqlauto directory containts an init script and some mysql stored procedures. Usage: put mysql migration files into the sqlauto directory file name conventions:
Run: /usr/local/bin/php migration_runner.php --host=127.0.0.1 --database=bl_model_unit --user=root --password=345+4 --forceload=1 --droptables=1 input parameters: --host
--database
--user
--password
--forceload
--droptables
|