as a Test, attempted to disable mysql inventory table auto creation.
parent
4dee53c7fb
commit
5c866bc6ff
|
@ -59,7 +59,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||||
database =
|
database =
|
||||||
new MySQLManager(settingHostname, settingDatabase, settingUsername, settingPassword, settingPooling,
|
new MySQLManager(settingHostname, settingDatabase, settingUsername, settingPassword, settingPooling,
|
||||||
settingPort);
|
settingPort);
|
||||||
TestTables(database.Connection);
|
// TestTables(database.Connection);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Test and initialization code
|
#region Test and initialization code
|
||||||
|
|
Loading…
Reference in New Issue