ten eerste wil ik sorry zeggen voor als de oplossing al op het forum stond, ik heb deze dan niet kunnen vinden.
ik volg deze tut om mijn board over te zetten naar een dhost.info host, maar wanneer ik in de phpmyadmin de bbs upload, krijg ik de volgende fout:
Code: Selecteer alles
SQL-query:
# phpMyAdmin MySQL-Dump
# version 2.4.0
# http://www.phpmyadmin.net/ (download page)
#
# Host: dhost.info
# Generation Time: Dec 24, 2004 at 10:57 AM
# Server version: 4.1.7
# PHP Version: 4.3.10
# Database : `bbs`
# --------------------------------------------------------
#
# Table structure for table `phpbb_auth_access`
#
CREATE TABLE 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 = InnoDB DEFAULT CHARSET = latin1
MySQL said: Documentation
#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 33 als je meer info nodig heb, zeg het maar.
