Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
395 views
in Q2A Core by

Hi, I want to upgrade q2a from 1.5.4 to 1.6.2

index.php?qa=install show this error

Question2Answer was unable to perform the installation query below. Please check the user in the config file has CREATE and ALTER permissions:

SHOW COLUMNS FROM qa_messages

Error 1146: Table 'qa_messages' doesn't exist

I'm sure my mysql user has all priviledge access.

1 Answer

0 votes
by
I fixed the issue by commenting out 'return null' in qa_get_mysql_user_column_type function.
...