it helps to actually create the database if the connect

string is provided.  My bad.
0.6.0-stable
Sean Dague 2008-05-16 18:43:53 +00:00
parent 843be1e93d
commit 8a7ae313be
1 changed files with 1 additions and 0 deletions

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