[INSTALLER] MySQL install scripts not executed when database still exists #32

Closed
opened 2020-12-15 00:11:10 +01:00 by Ghost · 3 comments

During platform installation, if the database still exists, execution of mysql install scripts are not done.

During platform installation, if the database still exists, execution of mysql install scripts are not done.
Ghost added the
bug
master
labels 2020-12-15 00:11:10 +01:00
Author

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 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.
Author

Issue fixed. Added the mysql version detection when the database exists.

Issue fixed. Added the mysql version detection when the database exists.
Ghost added the
fixed
label 2020-12-15 00:14:05 +01:00
Ghost referenced this issue from a commit 2020-12-15 00:15:36 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-15 00:15:50 +01:00
Sign in to join this conversation.
No description provided.