I am installing PHPWiki on a remote Linux system and I don't have access to the command line. Most other Wikis I have installed have the create table SQL code embedded in PHP files that I can execute. Can I only execute the .sql files that come with PHPWiki from the command line or have they also been embedded in a PHP file somewhere. If so I don't think that I can find it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am installing PHPWiki on a remote Linux system and I don't have access to the command line. Most other Wikis I have installed have the create table SQL code embedded in PHP files that I can execute. Can I only execute the .sql files that come with PHPWiki from the command line or have they also been embedded in a PHP file somewhere. If so I don't think that I can find it.
No, only from the command line.
So you have to install phpmyadmin or use dba
(the default, the fastest and recommended)
Thanx. I just discovered that I have access to PHPAdmin and if you copy and paste the sql code in there it executes fine.