diff options
author | lbsa71 | 2007-11-19 13:13:28 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-19 13:13:28 +0000 |
commit | 34fa2a4db45180c3aef3d1ce98069224f0cf4477 (patch) | |
tree | f1d4c3dd7d1720df0a8b091e83be4fca1ef180ee | |
parent | * Added example MySQL connectionstring to OpenSim.ini.example (diff) | |
download | opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.zip opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.gz opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.bz2 opensim-SC_OLD-34fa2a4db45180c3aef3d1ce98069224f0cf4477.tar.xz |
* added ttensy but important piece of knowledge to MySQL provider in 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 | ||