aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/mysql_connection.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move mysql_connection.ini to mysql_connection.ini.exampleSean Dague2007-12-151-7/+0
| | | | | | to prevent people checking in their own copies of this.
* revert accidental checkin of my own mysql_connection.iniJustin Clarke Casey2007-12-151-3/+3
|
* Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey2007-12-151-4/+4
| | | | the current NullReferenceException based one
* set svn:eol-style, reset default configJeff Ames2007-11-121-3/+3
|
* * Applied Gerhard's Meshing patch (Thanks! Gerhard)Teravus Ovares2007-11-121-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.
* set svn:eol-styleJeff Ames2007-11-111-6/+6
|
* * Adding mysql_connection.ini sampleAdam Frisby2007-07-191-0/+7
|
* * Wiping trunk in prep for SugiliteAdam Frisby2007-07-111-7/+0
|
* * Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby2007-05-251-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.