12-22-2009, 12:26 AM
ошибка при заливании базы lin2user в сборке от Smeli Interlude 32bit
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
это вот тут ошибкаможет я ламер) просто с Microsoft MySQL серверами не работал и синтаксиси не знаю.
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
Server: Msg 2760, Level 16, State 1, Line 2
Specified owner name 'gamma' either does not exist or you do not have permission to use it.
это вот тут ошибка
Код:
CREATE TABLE [gamma].[board_19_0810] (
[root_bid] [int] NOT NULL ,
[thread_order] [smallint] NOT NULL ,
[bid] [int] NOT NULL ,
[step] [smallint] NULL ,
[parent_bid] [int] NOT NULL ,
[char_id] [int] NULL ,
[char_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[account_id] [int] NULL ,
[account_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[world_id] [smallint] NULL ,
[title] [nvarchar] (128) COLLATE Korean_Wansung_CI_AS NULL ,
[content] [nvarchar] (3000) COLLATE Korean_Wansung_CI_AS NULL ,
[post_date] [datetime] NULL ,
[modify_date] [datetime] NULL ,
[read_count] [int] NULL ,
[status] [int] NULL ,
[ip] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL ,
[comment_cnt] [smallint] NULL ,
[keyword] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL
) ON [PRIMARY]
GO
CREATE TABLE [gamma].[board_19_0812] (
[root_bid] [int] NOT NULL ,
[thread_order] [smallint] NOT NULL ,
[bid] [int] NOT NULL ,
[step] [smallint] NULL ,
[parent_bid] [int] NOT NULL ,
[char_id] [int] NULL ,
[char_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[account_id] [int] NULL ,
[account_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[world_id] [smallint] NULL ,
[title] [nvarchar] (128) COLLATE Korean_Wansung_CI_AS NULL ,
[content] [nvarchar] (3000) COLLATE Korean_Wansung_CI_AS NULL ,
[post_date] [datetime] NULL ,
[modify_date] [datetime] NULL ,
[read_count] [int] NULL ,
[status] [int] NULL ,
[ip] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL ,
[comment_cnt] [smallint] NULL ,
[keyword] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL
) ON [PRIMARY]
GO
CREATE TABLE [gamma].[board_19_0813] (
[root_bid] [int] NOT NULL ,
[thread_order] [smallint] NOT NULL ,
[bid] [int] NOT NULL ,
[step] [smallint] NULL ,
[parent_bid] [int] NOT NULL ,
[char_id] [int] NULL ,
[char_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[account_id] [int] NULL ,
[account_name] [nvarchar] (50) COLLATE Korean_Wansung_CI_AS NULL ,
[world_id] [smallint] NULL ,
[title] [nvarchar] (128) COLLATE Korean_Wansung_CI_AS NULL ,
[content] [nvarchar] (3000) COLLATE Korean_Wansung_CI_AS NULL ,
[post_date] [datetime] NULL ,
[modify_date] [datetime] NULL ,
[read_count] [int] NULL ,
[status] [int] NULL ,
[ip] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL ,
[comment_cnt] [smallint] NULL ,
[keyword] [nvarchar] (20) COLLATE Korean_Wansung_CI_AS NULL
) ON [PRIMARY]