wtfsmd Posted July 20, 2007 Share Posted July 20, 2007 When im trying to run a sql query using phpmyadmin i keep getting the error: Error SQL query: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[csg_CharacterFaction]( [CharacterId][int] NOT NULL , [FactionId][int] NOT NULL , [Reputation][int] NOT NULL , CONSTRAINT [PK_csg_CharacterFaction] PRIMARY KEY CLUSTERED( [CharacterId] ASC , [FactionId] ASC ) WITH ( PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF ) ON [ PRIMARY ] ) ON [ PRIMARY ]GO MySQL said: #1193 - Unknown system variable 'ANSI_NULLS' Does anybody know how to fix this? Quote Link to comment Share on other sites More sharing options...
fenway Posted July 20, 2007 Share Posted July 20, 2007 I've never heard of such a thing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.