mixmastera
Grünschnabel
wen ich bakcup mache dan kommt dieser fehler!
SQL-Befehl:
# WoltLab Burning Board 2.3.0 Beta 2 Database Backup
# generated: 09.05.2005 19:08
CREATE TABLE bb1_access(
boardid int( 11 ) unsigned NOT NULL DEFAULT '0',
userid int( 11 ) unsigned NOT NULL DEFAULT '0',
can_view_board tinyint( 1 ) NOT NULL DEFAULT '-1',
can_enter_board tinyint( 1 ) NOT NULL DEFAULT '-1',
can_read_thread tinyint( 1 ) NOT NULL DEFAULT '-1',
can_start_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_reply_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_post_poll tinyint( 1 ) NOT NULL DEFAULT '-1',
can_upload_attachments tinyint( 1 ) NOT NULL DEFAULT '-1',
can_download_attachments tinyint( 1 ) NOT NULL DEFAULT '-1',
can_post_without_moderation tinyint( 1 ) NOT NULL DEFAULT '-1',
can_close_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_search tinyint( 1 ) NOT NULL DEFAULT '-1',
can_vote_poll tinyint( 1 ) NOT NULL DEFAULT '-1',
can_rate_thread tinyint( 1 ) NOT NULL DEFAULT '-1',
can_del_own_post tinyint( 1 ) NOT NULL DEFAULT '-1',
can_edit_own_post tinyint( 1 ) NOT NULL DEFAULT '-1',
can_del_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_edit_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_move_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_html tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_bbcode tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_smilies tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_icons tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_images tinyint( 1 ) NOT NULL DEFAULT '-1',
PRIMARY KEY ( userid, boardid )
)
SQL-Befehl:
# WoltLab Burning Board 2.3.0 Beta 2 Database Backup
# generated: 09.05.2005 19:08
CREATE TABLE bb1_access(
boardid int( 11 ) unsigned NOT NULL DEFAULT '0',
userid int( 11 ) unsigned NOT NULL DEFAULT '0',
can_view_board tinyint( 1 ) NOT NULL DEFAULT '-1',
can_enter_board tinyint( 1 ) NOT NULL DEFAULT '-1',
can_read_thread tinyint( 1 ) NOT NULL DEFAULT '-1',
can_start_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_reply_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_post_poll tinyint( 1 ) NOT NULL DEFAULT '-1',
can_upload_attachments tinyint( 1 ) NOT NULL DEFAULT '-1',
can_download_attachments tinyint( 1 ) NOT NULL DEFAULT '-1',
can_post_without_moderation tinyint( 1 ) NOT NULL DEFAULT '-1',
can_close_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_search tinyint( 1 ) NOT NULL DEFAULT '-1',
can_vote_poll tinyint( 1 ) NOT NULL DEFAULT '-1',
can_rate_thread tinyint( 1 ) NOT NULL DEFAULT '-1',
can_del_own_post tinyint( 1 ) NOT NULL DEFAULT '-1',
can_edit_own_post tinyint( 1 ) NOT NULL DEFAULT '-1',
can_del_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_edit_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_move_own_topic tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_html tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_bbcode tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_smilies tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_icons tinyint( 1 ) NOT NULL DEFAULT '-1',
can_use_post_images tinyint( 1 ) NOT NULL DEFAULT '-1',
PRIMARY KEY ( userid, boardid )
)