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? Link to comment https://forums.phpfreaks.com/topic/60894-1193-unknown-system-variable-ansi_nulls/ 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. Link to comment https://forums.phpfreaks.com/topic/60894-1193-unknown-system-variable-ansi_nulls/#findComment-303330 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.