I tried to update my database using phpMyFAQ 2.0.1 which completely fails. Then I used 2.0.2 and it partially works. I get the following error:
Code: Select all
DB error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-bkp' at line 1
Query:
OPTIMIZE TABLE kb2_faqcategories-bkp
Code: Select all
$query[] = 'OPTIMIZE TABLE '.$tableName;
Code: Select all
$query[] = 'OPTIMIZE TABLE `'.$tableName.'`';
I'm using IIS and MySQL 5.0.37-community-nt on M$ Windows.
Cheers,
Simon Fuhrmann