From e3a53ffc7abdeeaf31d1d378695c1cba883098ac Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 17 Dec 2007 22:19:23 +0000 Subject: Remove now redundant mysql files from share/sql and replace with mysql_README.txt --- share/sql/mysql_README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 share/sql/mysql_README.txt (limited to 'share/sql/mysql_README.txt') 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 @@ +mysql_README + +This directory used to contain sql files for mysql that needed to be manually sourced in order to +set up the database tables required by OpenSim. This is no longer necessary - OpenSim now sets +up these tables automatically. All you need to do is +create the database that OpenSim is to use and set the configuration in bin/mysql_connection.ini +(using bin/mysql_connection.ini.example as a reference). + +If you do need to source the mysql files manually, they can be found in OpenSim/Framework/Data.MySQL/Resources + +Please note that if you are setting up a MSSQL database, the appropriate mssql files do still need to be +executed manually. -- cgit v1.1