[Opensim-users] MySQL port number

John Sheridan john at pseudospace.net
Tue Nov 23 18:56:45 UTC 2021


I believe you should be able to specify something like "Data 
Source=localhost:5000; ..." going by this:

|// classic protocol example 
"server=10.10.10.10:3306,192.101.10.2:3305,localhost:3306;uid=test;password=xxxx" 
// X Protocol example mysqlx://test:test@[192.1.10.10:3305,127.0.0.1:3306]|

Source: 
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html

On 11/21/2021 8:42 PM, Bruce Shaw wrote:
>       ConnectionString = "Data Source=localhost;Database=opensim;User
> ID=opensim;Password=whjatevert;Old Guids=true;port=5000"
>
> Although no longer documented, does the port declaration for MySQL
> connection still work?
>
> For various stupid reasons, need multiple MySQL's running.
>


More information about the Opensim-users mailing list