[INSTALLER] MySQL install scripts not executed when database still exists #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During platform installation, if the database still exists, execution of mysql install scripts are not done.
Issue is due to datasource() function in the lib_install.php file, the mysql version used on server is not detected if database is existing on database server.
Issue fixed. Added the mysql version detection when the database exists.
Pushed to master