diff options
author | Justin Clarke Casey | 2007-12-17 22:19:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-17 22:19:23 +0000 |
commit | e3a53ffc7abdeeaf31d1d378695c1cba883098ac (patch) | |
tree | d5799d42a3724a92fae9cc80243ca1c52834f5c4 /share/sql/mysql_README.txt | |
parent | * Turned all instances of ForEach loops in ClientManager into Local Arrays. (diff) | |
download | opensim-SC_OLD-e3a53ffc7abdeeaf31d1d378695c1cba883098ac.zip opensim-SC_OLD-e3a53ffc7abdeeaf31d1d378695c1cba883098ac.tar.gz opensim-SC_OLD-e3a53ffc7abdeeaf31d1d378695c1cba883098ac.tar.bz2 opensim-SC_OLD-e3a53ffc7abdeeaf31d1d378695c1cba883098ac.tar.xz |
Remove now redundant mysql files from share/sql and replace with mysql_README.txt
Diffstat (limited to 'share/sql/mysql_README.txt')
-rw-r--r-- | share/sql/mysql_README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/sql/mysql_README.txt b/share/sql/mysql_README.txt new file mode 100644 index 0000000..6907c7a --- /dev/null +++ b/share/sql/mysql_README.txt | |||
@@ -0,0 +1,12 @@ | |||
1 | mysql_README | ||
2 | |||
3 | This directory used to contain sql files for mysql that needed to be manually sourced in order to | ||
4 | set up the database tables required by OpenSim. This is no longer necessary - OpenSim now sets | ||
5 | up these tables automatically. All you need to do is | ||
6 | create 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). | ||
8 | |||
9 | If you do need to source the mysql files manually, they can be found in OpenSim/Framework/Data.MySQL/Resources | ||
10 | |||
11 | Please note that if you are setting up a MSSQL database, the appropriate mssql files do still need to be | ||
12 | executed manually. | ||