hallo,
hab jetzt folgendes versucht:
mit phpmyadmin bin ich auf SQL gegangen und habe dann den inhalt der *.sql datei in das fenster kopiert und dann auf OK geklickt.
oben kommt dann die bestaetigung dass die befehle erfolgreich ausgefuehrt worden sind!
wenn ich dann das fenster update habe ich aber kein neues tableset.
eigentlich muesste das tableset doch so heissen:
"yabbse_new_banned "
hier der anfang der sql datei:
Quote# phpMyAdmin MySQL-Dump
# version 2.4.0-rc2
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Apr 23, 2003 at 11:37 PM
# Server version: 3.23.56
# PHP Version: 4.2.2
# Database : `xsi`
# --------------------------------------------------------
#
# Table structure for table `yabbse_new_banned`
#
CREATE TABLE yabbse_new_banned (
type tinytext NOT NULL,
value tinytext NOT NULL
) TYPE=MyISAM;
#
# Dumping data for table `yabbse_new_banned`
#
# --------------------------------------------------------
#
# Table structure for table `yabbse_new_boards`
#
CREATE TABLE yabbse_new_boards (
ID_CAT tinyint(4) NOT NULL default '0',
ID_BOARD int(11) NOT NULL auto_increment,
name tinytext NOT NULL,
description text,
moderators text,
boardOrder tinyint(4) NOT NULL default '0',
numTopics int(11) NOT NULL default '0',
numPosts int(11) NOT NULL default '0',
isAnnouncement tinyint(4) NOT NULL default '0',
notifyAnnouncements tinyint(4) NOT NULL default '0',
count tinyint(4) NOT NULL default '0',
ID_LAST_TOPIC int(11) default NULL,
PRIMARY KEY (ID_BOARD),
KEY ID_CAT (ID_CAT),
KEY boardOrder (boardOrder)
) TYPE=MyISAM;
mfg
ipumuk