Bij localhost gebruikt die:
Code: Selecteer alles
-- phpMyAdmin SQL Dump
-- version 2.6.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generatie Tijd: 11 Jan 2006 om 15:40
-- Server versie: 4.1.9
-- PHP Versie: 4.3.10
--
-- Database: `forum`
--
-- --------------------------------------------------------
--
-- Tabel structuur voor tabel `phpbb_auth_access`
--
-- Gecreëerd: 10 Jan 2006 om 17:33
-- Laatst bijgewerkt: 10 Jan 2006 om 17:33
--
DROP TABLE IF EXISTS `phpbb_auth_access`;
CREATE TABLE IF NOT EXISTS `phpbb_auth_access` (
`group_id` mediumint(8) NOT NULL default '0',
`forum_id` smallint(5) unsigned NOT NULL default '0',
`auth_view` tinyint(1) NOT NULL default '0',
`auth_read` tinyint(1) NOT NULL default '0',
`auth_post` tinyint(1) NOT NULL default '0',
`auth_reply` tinyint(1) NOT NULL default '0',
`auth_edit` tinyint(1) NOT NULL default '0',
`auth_delete` tinyint(1) NOT NULL default '0',
`auth_sticky` tinyint(1) NOT NULL default '0',
`auth_announce` tinyint(1) NOT NULL default '0',
`auth_vote` tinyint(1) NOT NULL default '0',
`auth_pollcreate` tinyint(1) NOT NULL default '0',
`auth_attachments` tinyint(1) NOT NULL default '0',
`auth_mod` tinyint(1) NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `forum_id` (`forum_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Gegevens worden uitgevoerd voor tabel `phpbb_auth_access`
--
INSERT INTO `phpbb_auth_access` VALUES (6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (6, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (2, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (1, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (6, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (23, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (23, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (6, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (2, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (36, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (6, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
INSERT INTO `phpbb_auth_access` VALUES (23, 12, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0);
INSERT INTO `phpbb_auth_access` VALUES (37, 12, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0);
Code: Selecteer alles
MySQL retourneerde: Documentatie
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 18
Nu heb ik geen Table Auth_Acces, dus kan ik niet moderaten.