Everytime I try to create the tables for the database, I get the following error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[dbo].[cache] ( [cache_id] [int] IDENTITY (1, 1) NOT NULL , [user_id] [int] ' at line 1
Can someone please help me? Thank you.
It looks like your trying to run the mssql.initial.sql file instead of the mysql.initial.sql file.
Yeah, I figured that out before I got a reply. :P
I now have a new problem, I am getting "Connection to storage server failed" when I try to login.