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:
Sean Dague
2008-05-28 18:12:32 +00:00
parent 89c164fbc1
commit 11d83cb737
3 changed files with 20 additions and 28 deletions

View File

@@ -29,5 +29,6 @@ namespace OpenSim.Data
{
public abstract class InventoryDataBase
{
public abstract void Initialise(string connect);
}
}