From 34fa2a4db45180c3aef3d1ce98069224f0cf4477 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 19 Nov 2007 13:13:28 +0000 Subject: * added ttensy but important piece of knowledge to MySQL provider in OpenSim.ini.example --- bin/OpenSim.ini.example | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0499409..ec69b3e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -25,6 +25,7 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" storage_connection_string="URI=file:OpenSim.db,version=3"; ; --- To use MySQL storage, supply your own connectionstring (this is only an example): +; note that the supplied account needs create privilegies if you want it to auto-create needed tables. ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; -- cgit v1.1