CRM-20768 - install - Accept mysql port
authorTim Otten <totten@civicrm.org>
Fri, 23 Jun 2017 21:41:39 +0000 (14:41 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 23 Jun 2017 23:56:40 +0000 (16:56 -0700)
commit6a511829cb6a39216400384fc1b86ecf0b3cd3ad
treeb213d84f1347d89f6c4e3af476b6e8029e1a11fa
parentb132aadd969a00ad06b7058ac86251923f0a8c65
CRM-20768 - install - Accept mysql port

== Background ==

In previous releases, the web-based installation script allowed you to enter
the MySQL "server" with a `host:port` combination (e.g.  `127.0.0.1:3307`).

I believe this regressed during the mysql=>mysqli transition.

== Before ==

If you use the web-based install UI and enter a `host:port` combination, the
error messages indicate a confusing mix of information (e.g.  some
indicating port 3306, some indicating port 3307).

== After ==

If you use the web-based install UI and enter a `host:port` combination, it
uses the specified port.

----------------------------------------
* CRM-20768: Web-based installation should accept non-standard MySQL port
  https://issues.civicrm.org/jira/browse/CRM-20768
install/index.php