it helps to actually create the database if the connect

string is provided.  My bad.
This commit is contained in:
Sean Dague
2008-05-16 18:43:53 +00:00
parent 843be1e93d
commit 8a7ae313be

View File

@@ -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";