Verfasst: 18.09.2006 22:27
das problem dabei besteht das ich das alte forum nichtmehr besitze ich mus mal schauen ob ich es noch habe die mysql daten.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Fehler
SQL-Befehl:
-- phpMyAdmin SQL Dump
-- version 2.8.2-Debian-0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 19. September 2006 um 13:56
-- Server Version: 5.0.24
-- PHP-Version: 5.1.6-1
--
-- Datenbank: `gbe-old`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur f�r Tabelle `phpbb_gbeauth_access` --
CREATE TABLE `phpb b_gbeauth_access ` ( `grou p_id ` med iumint( 8 ) NOT NULL default '0', `foru m_id ` sma llint( 5 ) unsigned NOT NULL default '0', `auth _view ` tin yint( 1 ) NOT NULL default '0', `auth _read ` tin yint( 1 ) NOT NULL default '0', `auth _post ` tin yint( 1 ) NOT NULL default '0', `auth _reply ` tin yint( 1 ) NOT NULL default '0', `auth _edit ` tin yint( 1 ) NOT NULL default '0', `auth _delete ` tin yint( 1 ) NOT NULL default '0', `auth _sticky ` tin yint( 1 ) NOT NULL default '0', `auth _announce ` tin yint( 1 ) NOT NULL default '0', `auth _vote ` tin yint( 1 ) NOT NULL default '0', `auth _pollcreate ` tin yint( 1 ) NOT NULL default '0', `auth _attachments ` tin yint( 1 ) NOT NULL default '0', `auth _mod ` tin yint( 1 ) NOT NULL default '0', KEY `grou p_id ` (`g roup_id `), KEY `foru m_id ` (`f orum_id `) ) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL meldet: Dokumentation
#1050 - Tabelle 'phpbb_gbeauth_access' bereits vorhanden