Update of /cvsroot/phpwiki/phpwiki/doc
In directory usw-pr-cvs1:/tmp/cvs-serv22148
Modified Files:
INSTALL.mysql
Log Message:
Updated the names of the sql files.
Index: INSTALL.mysql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/doc/INSTALL.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INSTALL.mysql 2001/12/01 22:01:48 1.1
--- INSTALL.mysql 2001/12/03 04:10:34 1.2
***************
*** 29,33 ****
3. Create tables inside your database (still using the root account).
! mysql -uuser -ppassword phpwiki <schemas/schema.mysql
Note: the user specified in this command needs to have the rights
--- 29,33 ----
3. Create tables inside your database (still using the root account).
! mysql -uuser -ppassword phpwiki <schemas/mysql.sql
Note: the user specified in this command needs to have the rights
***************
*** 36,40 ****
If you are using mySQL 3.21.x or earlier the script may issue an
error. In that case remove existing tables manually and delete
! the "drop tables" lines from schemas/schema.mysql - it should work now
4. Edit $DBParams in index.php to reflect your settings.
--- 36,40 ----
If you are using mySQL 3.21.x or earlier the script may issue an
error. In that case remove existing tables manually and delete
! the "drop tables" lines from schemas/mysql.sql - it should work now
4. Edit $DBParams in index.php to reflect your settings.
***************
*** 46,50 ****
c) Note that if you set $DBParams['prefix'] to a
non-empty string, you will have to edit
! schemas/schema.mysql before you perform step
three (above). (Sorry.)
--- 46,50 ----
c) Note that if you set $DBParams['prefix'] to a
non-empty string, you will have to edit
! schemas/mysql.sql before you perform step
three (above). (Sorry.)
|