Download MySQL from http://www.mysql.com. The community version (free version) is available in the download section. Running the setup is straightforward.
Once MySQL is up-and-running you have to create a database. I called mine Opensim (original name, isn’t it?). No tables have to be defined in this database, but verify that the user used to connect to the database has the correct rights.
Next you have to edit the Edit the mysql_connection.ini file. Put in the connection information.
The last step is to edit the Opensim.ini file. This is described at http://opensimulator.org/wiki/Mysql-config
The configuration settings for MySQL are available at http://opensimulator.org/wiki/OpenSim_Database_support
Installation on MS SQL is described at http://metaversebuilders.wordpress.com/2008/06/23/opensim-installation-part-two/ and a tutorial to download and install mySQL is available at http://www.virtualwhite.com/?p=13

