SOURCES: phorum-mysql.patch (NEW) - mysql auth

glen glen at pld-linux.org
Thu Dec 27 18:21:46 CET 2007


Author: glen                         Date: Thu Dec 27 17:21:46 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- mysql auth

---- Files affected:
SOURCES:
   phorum-mysql.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/phorum-mysql.patch
diff -u /dev/null SOURCES/phorum-mysql.patch:1.1
--- /dev/null	Thu Dec 27 18:21:46 2007
+++ SOURCES/phorum-mysql.patch	Thu Dec 27 18:21:41 2007
@@ -0,0 +1,13 @@
+--- phorum/include/db/config.php.sample~	2006-04-20 17:00:12.000000000 +0300
++++ phorum/include/db/config.php.sample	2007-12-27 19:03:24.524419049 +0200
+@@ -19,8 +19,8 @@
+     'type'          =>  'mysql',
+     'name'          =>  'phorum5',
+     'server'        =>  'localhost',
+-    'user'          =>  'phorum5',
+-    'password'      =>  'phorum5',
++    'user'          =>  'mysql',
++    'password'      =>  '',
+     'table_prefix'  =>  'phorum',
+ 
+     // 'down_page'     => 'http://www.example.com/phorum/down.html',
================================================================


More information about the pld-cvs-commit mailing list