mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
it helps to actually create the database if the connect
string is provided. My bad.
This commit is contained in:
@@ -103,6 +103,7 @@ namespace OpenSim.Data.MySQL
|
||||
m_agentsTableName = "agents";
|
||||
m_usersTableName = "users";
|
||||
m_userFriendsTableName = "userfriends";
|
||||
database = new MySQLManager(m_connectString);
|
||||
}
|
||||
|
||||
string mapperTypeStr = "MySQL";
|
||||
|
||||
Reference in New Issue
Block a user