Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
238 views
in Q2A Core by
edited by

Hi. Error below, please help to resolve this error, thanks.

PHP Question2Answer MySQL query error 1: Can't create/write to file '/tmp/#sql_26e0_22.MYI' (Errcode: 28) - Query: SHOW COLUMNS FROM qa_options

[05-Jul-2016 23:06:37 Europe/Moscow] PHP Question2Answer MySQL query error 1: Can't create/write to file '/tmp/#sql_26e0_14.MYI' (Errcode: 28) - Query: (SELECT 'options' AS selectkey, title, content FROM qa_options) UNION ALL (SELECT 'time', 'db_time', UNIX_TIMESTAMP(NOW()))

1 Answer

+1 vote
by

Firstly make sure the user you are connecting to the database with has all the necessary permissions. (You can try giving them all permissions to be sure.)

Besides that it could be an issue with running out of disk space, or incorrectly-configured tmp folder. See here for some other solutions.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...