MantisBT: master be00a3b9

Author Committer Branch Timestamp Parent
dregad dregad master 2013-10-17 07:43 master 0aefc4d6
Affected Issues  0007635: Install script can't get MySQL version if database user doesn't exist or doesn't have access privileges
Changeset

Install: perform DB version check while connected as admin

This avoids the issue where the call to ServerInfo() only works on MySQL
if the database is open, which may not be the case when testing with
database user (e.g. if user does not exist or does not have access)

Fixes 0007635

mod - admin/install.php Diff File