Hello,
I am attempting to install ExpressionEngine 1.7 on a windows server.
MySQL is installed as well as PHP. Everything works fine up until the installation (/install.php?page=5). I get the following error:
Error: Unable to perform the SQL queries needed to install this program. Please make sure your MySQL account has the proper GRANT privileges: CREATE, DROP, ALTER, INSERT, and DELETE
I am using the root user for MySQL in the installation, which by default has all of the permissions listed. The dbtest.php says everything is OK (its connecting to the server). I also read somewhere that MySQL Strict mode needs to be turned off. I have also turned this off in MySQL, but I am still getting the above error.
Any guidance would be appreciated.
Thank you.