The current mysql-destroy.sql in the schema directory has a typo:
--drop table if exists user;
mysql complains about this line. To fix, insert a space:
-- drop table if exists user;
I'm looking at the current phpwiki in svn as of 2/20/12.
Fixed in Subversion 8245
Log in to post a comment.
Fixed in Subversion 8245