Defining and selecting multiple servers

You can choose to show a list of servers at login time when MyWebSQL starts by defining multiple server list in the file ‘servers.php’ in the config folder. Please note that the server list is only shown if you use the default authentication type (LOGIN) , and there are 2 or more servers defined in the servers.php config file.

If there is only one server defined, it is always used for authentication. If no server is defined in the servers.php configuration file, then the value of the constant AUTH_SERVER is used as the hostname (defined in auth.php)

Append the port number to the servers host name in servers.php config file if you are running the database server on a different port than the default (e.g. 3306 in case of MySQL)