Update of /cvsroot/audacity/htdocs/blog
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv24823

Modified Files:
        wp-config.php 
Log Message:
wp-config dbhost fix

Index: wp-config.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/blog/wp-config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wp-config.php       5 Aug 2007 14:37:13 -0000       1.1
+++ wp-config.php       5 Aug 2007 15:14:06 -0000       1.2
@@ -3,7 +3,7 @@
 define('DB_NAME', 'a6235_main');    // The name of the database
 define('DB_USER', 'a6235_admin');     // Your MySQL username
 define('DB_PASSWORD', 'n9ine0Klok'); // ...and password
-define('DB_HOST', 'mysql4-a');    // 99% chance you won't need to change this 
value
+define('DB_HOST', 'mysql4-a.sourceforge.net');    // 99% chance you won't need 
to change this value
 define('DB_CHARSET', 'utf8');
 define('DB_COLLATE', '');
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to