mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Set default MySQL port to the standard.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
{
|
||||
try
|
||||
{
|
||||
string connectionString = "Server=" + hostname + ";Port=13306;Database=" + database + ";User ID=" + username + ";Password=" + password + ";Pooling=" + cpooling + ";";
|
||||
string connectionString = "Server=" + hostname + ";Port=3306;Database=" + database + ";User ID=" + username + ";Password=" + password + ";Pooling=" + cpooling + ";";
|
||||
dbcon = new MySqlConnection(connectionString);
|
||||
|
||||
dbcon.Open();
|
||||
|
||||
Reference in New Issue
Block a user