|
When I run show tables, I get:
mysql> show tables;
Empty set (0.00 sec)
When I go to my index.php page, I get:
ib/WikiDB/backend/PearDB.php:681: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(LOCK TABLES page WRITE,version WRITE,link WRITE,recent WRITE,nonempty WRITE [nativecode=1146 ** Table 'wiki.page' doesn't exist])
It seems that I haven't created the tables correctly, but I seem to be getting all the correct responses up to this point. Any ideas would be appreciated.
-Paul
|