aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-13* Split out MSSQLManager Test/Init into each provider.lbsa711-0/+1
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
2008-02-13* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa711-0/+10
[Provided by openlifegrid.com]
2007-12-15move mysql_connection.ini to mysql_connection.ini.exampleSean Dague1-0/+0
to prevent people checking in their own copies of this.
2007-12-15revert accidental checkin of my own mysql_connection.iniJustin Clarke Casey1-3/+3
2007-12-15Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey1-4/+4
the current NullReferenceException based one
2007-11-12set svn:eol-style, reset default configJeff Ames1-3/+3
2007-11-12* Applied Gerhard's Meshing patch (Thanks! Gerhard)Teravus Ovares1-3/+3
* Addition of Gerhard's ZeroMesher. * Addition of meshing OpenSim.ini parameter * Some modifications to the Meshmerizer * Meshmerizer set to default meshing plugin because ZeroMesher needs a memory locking fix. We'll switch it back after the memory locking issue is resolved.
2007-11-11set svn:eol-styleJeff Ames1-6/+6
2007-07-19* Adding mysql_connection.ini sampleAdam Frisby1-0/+7
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-7/+0
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby1-0/+7
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.