|
From: Arno H. <aho...@us...> - 2001-01-24 18:35:57
|
Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv20625
Modified Files:
INSTALL.mysql
Log Message:
added hint about loading mysql php-module (suggested by Jerritt)
Index: INSTALL.mysql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL.mysql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** INSTALL.mysql 2000/10/08 18:12:13 1.5
--- INSTALL.mysql 2001/01/24 18:36:17 1.6
***************
*** 45,51 ****
the necessary access rights for the phpwiki tables.
/Arno
! aho...@in...
$Id$
--- 45,55 ----
the necessary access rights for the phpwiki tables.
+ Hint for Linux-Debian users: it may be necessary to load the mySQL
+ module first: insert the following line in config.php before
+ "mysql.php" gets included:
+ if (!extension_loaded("mysql")) { dl("mysql.so"); }
/Arno
! aho...@ma...
$Id$
|