[Opensim-dev] MySQL on CentOS 5

coreone coreone at gmail.com
Mon Mar 3 21:35:45 UTC 2008


Hello,

I have been trying for the last several days to get OpenSim working on a
CentOS 5 box using MySQL.  It seems to work nicely with SQLite, but I really
would like to get MySQL working.  I have tried both with the 0.5.0 release
as well as a current SVN copy.  With both, I get MySQL configured and it
connects to the database fine.  The problem comes (I believe) when it tries
to create the tables the first time.  When I start with 'mono OpenSim.exe',
I get the following:

<snippet>
OpenSim 0.4, SVN build

Performing compatibility checks...  Environment is compatible.

Starting...

Creating new local console
Logs will be saved to current directory in ./region-console.log
[DATASTORE
] [03-03 16:03:48] Attempting to load OpenSim.Framework.Data.MySQL.dll
[DATASTORE
] [03-03 16:03:48] MySql - connecting: Data
Source=localhost;Database=opensim;User ID=opensim;Password=************;
[DATASTORE
] [03-03 16:03:48] MySql Database doesn't exist... creating
</snippet>

At this point OpenSim just sits there indefinitely.  If I log into MySQL and
look at the opensim database, only the 'prims' table is created.


More information about the Opensim-dev mailing list