Re: [Opensim-users] MySQL port number

2021-11-23 Thread John Sheridan
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=" // X Protocol example mysqlx://test:test@[192.1.10.10:3305,127.0.0.1:3306]| S

Re: [Opensim-users] MySQL port number

2021-11-22 Thread Leal Duarte
Hi     Yes it does support ...;Port=5000 Ubit On 22-Nov-21 01:42, 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 sti