Jump to content

#1193 - Unknown system variable 'ANSI_NULLS'


wtfsmd

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.