I am reviewing the index.php configuration file for the latest version of phpWiki and I have a few questions.
1. I want to use mySQL to hold the pages, so in Part Two I selected 'dbtype' => 'SQL'. I also entered a 'dsn' for the mySQL database and phpwiki user. Do I need to enter anything for 'dba', specifically 'directory' and 'dba_handler'?
2. Is the 'directory' above the place where phpwiki stores the initial pages? Is this where I can change it to use a different subdirectory, like 'pages'? (per the INSTALL file).
3. If I am using mySQL to store pages, do I even need to worry about the /tmp directory for storing pages?
Thanks for any help you can give me. I am anxious to get this up and running.
KB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am reviewing the index.php configuration file for the latest version of phpWiki and I have a few questions.
1. I want to use mySQL to hold the pages, so in Part Two I selected 'dbtype' => 'SQL'. I also entered a 'dsn' for the mySQL database and phpwiki user. Do I need to enter anything for 'dba', specifically 'directory' and 'dba_handler'?
2. Is the 'directory' above the place where phpwiki stores the initial pages? Is this where I can change it to use a different subdirectory, like 'pages'? (per the INSTALL file).
3. If I am using mySQL to store pages, do I even need to worry about the /tmp directory for storing pages?
Thanks for any help you can give me. I am anxious to get this up and running.
KB