diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
25 | storage_connection_string="URI=file:OpenSim.db,version=3"; | 25 | storage_connection_string="URI=file:OpenSim.db,version=3"; |
26 | 26 | ||
27 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): | 27 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): |
28 | ; note that the supplied account needs create privilegies if you want it to auto-create needed tables. | ||
28 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" | 29 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" |
29 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; | 30 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; |
30 | 31 | ||