diff options
author | lbsa71 | 2007-11-19 13:10:44 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-19 13:10:44 +0000 |
commit | 7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a (patch) | |
tree | f0be743fb11364beb93363b0cd2445af5484102d | |
parent | Fixed - outside of bounds error. (diff) | |
download | opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.zip opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.gz opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.bz2 opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.xz |
* Added example MySQL connectionstring to OpenSim.ini.example
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a730aff..0499409 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -24,9 +24,9 @@ physics = basicphysics | |||
24 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 24 | 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: | 27 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): |
28 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" | 28 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" |
29 | ; storage_connection_string="<MySql Connection String>"; | 29 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; |
30 | 30 | ||
31 | startup_console_commands_file = "startup_commands.txt" | 31 | startup_console_commands_file = "startup_commands.txt" |
32 | shutdown_console_commands_file = "shutdown_commands.txt" | 32 | shutdown_console_commands_file = "shutdown_commands.txt" |