Error with Database on install

Permalink
I am getting the following error when trying to install the latest version.

An exception occurred while executing 'SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'egeekmd_concrete' AND TABLE_NAME = 'btContentLocal'': SQLSTATE[HY000]: General error: 126 Incorrect key file for table '/tmp/#sql_df5_1.MYI'; try to repair it.

Any help is greatly appreciated

 
tecnoe replied on at Permalink Reply
I dont know if this step is correct, but I solved this, giving permissions to the concrete5 instalation folder. chmod -R 777 concrete5.4/*

If anyone else have another solutions please, share it with us.