mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
actually user the database_connect string for mysql.
This means you can run all the OpenSim grid services without needing a mysql_connection.ini
This commit is contained in:
@@ -29,5 +29,6 @@ namespace OpenSim.Data
|
||||
{
|
||||
public abstract class InventoryDataBase
|
||||
{
|
||||
public abstract void Initialise(string connect);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user