Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2750818&action=view
User: sits Date: 05/07/27 03:50:58 Modified: . codestriker.conf Log: Added remote database host example. Index: codestriker.conf =================================================================== RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- codestriker.conf 12 Jul 2005 10:12:01 -0000 1.77 +++ codestriker.conf 27 Jul 2005 10:50:57 -0000 1.78 @@ -8,6 +8,9 @@ # Example of a MySQL database URL. $db = 'DBI:mysql:dbname=codestrikerdb'; +# Example of a MySQL database on host dbhost. +#$db = 'DBI:mysql:dbname=codestrikerdb;host=dbhost'; + # Example of an oracle database URL. #$db = 'DBI:Oracle:host=127.0.0.1;sid=local'; ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Codestriker-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/codestriker-commits
