> Also, when I tried to install on MySQL 5, I get the following message: > > 'You need to have Create_tmp_table_priv privilege set to true for your > MySQL user' > > However, I set that permission for the user on that database.
To fix this problem you have to correct an issue with the MySQL query used in the Pre-Installation Check. First edit this file: yourProjectDirectory/www/install/FlightCheck.cfc Goto Line 742 and you will see the Query used to check this. Remove the single quotes (4 total) and the query will work fine. However, there any many other issues I am encountering on an attempted Linux install. David Tucker --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
