aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share
diff options
context:
space:
mode:
authorSean Dague2008-05-28 14:47:33 +0000
committerSean Dague2008-05-28 14:47:33 +0000
commit65237d0136c72b259341cd72f311530492fc473c (patch)
tree25eac8d9e900bcb33ae06b5767cd445bf3c16ead /share
parentMantis#1406. Thank you kindly, Xantor for a patch that: (diff)
downloadopensim-SC_OLD-65237d0136c72b259341cd72f311530492fc473c.zip
opensim-SC_OLD-65237d0136c72b259341cd72f311530492fc473c.tar.gz
opensim-SC_OLD-65237d0136c72b259341cd72f311530492fc473c.tar.bz2
opensim-SC_OLD-65237d0136c72b259341cd72f311530492fc473c.tar.xz
fix http://opensimulator.org/mantis/view.php?id=1001
Diffstat (limited to 'share')
-rw-r--r--share/sql/mysql_README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sql/mysql_README.txt b/share/sql/mysql_README.txt
index 6907c7a..de52dd6 100644
--- a/share/sql/mysql_README.txt
+++ b/share/sql/mysql_README.txt
@@ -6,7 +6,7 @@ up these tables automatically. All you need to do is
6create the database that OpenSim is to use and set the configuration in bin/mysql_connection.ini 6create the database that OpenSim is to use and set the configuration in bin/mysql_connection.ini
7(using bin/mysql_connection.ini.example as a reference). 7(using bin/mysql_connection.ini.example as a reference).
8 8
9If you do need to source the mysql files manually, they can be found in OpenSim/Framework/Data.MySQL/Resources 9If you do need to source the mysql files manually, they can be found in OpenSim/Data/MySQL/Resources
10 10
11Please note that if you are setting up a MSSQL database, the appropriate mssql files do still need to be 11Please note that if you are setting up a MSSQL database, the appropriate mssql files do still need to be
12executed manually. 12executed manually.