Auto DB Up
Package:
Summary:
Update a MySQL database from SQL files
Groups:
Author:
Description:
This class can be used to update a MySQL database from SQL files.
It can scan a given directory for files with numbered .sql name extension.
The class reads the number of the currently installed database version.
It reads the SQL statements from the SQL files the higher number than the last installed version and executes the statements as queries to a MySQL database.
It can scan a given directory for files with numbered .sql name extension.
The class reads the number of the currently installed database version.
It reads the SQL statements from the SQL files the higher number than the last installed version and executes the statements as queries to a MySQL database.
Comments are closed.