Ich habe zwei Fragenkomplexe.
1.) Ich wollte ein WBB2-Board zusammenbasteln. Zu diesem Behufe habe ich mich "XAMPP" bedient. Das klappte recht gut und auf meiner Festplatte befindet sich jetzt ein jungfräuliches Board.
Beim Hochspielen der Datenbank stieß ich auf ein Problem/ Fehlermeldung. Ich habe einmal "phpMyAdmin 2.9.1.1" auf meiner Festplatte und bei meinem Provider habe ich "phpMyAdmin 2.9.1".
Ich habe die Datenbank von meiner Festplatte exportiert und wollte sie anschließend bei meinem Provider importieren. Dabei kam es zu folgender Fehlermeldung:
Das wäre das eine.Fehler
SQL-Befehl:
CREATE TABLE IF NOT EXISTS `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` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci;
MySQL meldet:
#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 COLLATE=latin1_general_ci' at line 28
2.) Ein Freund hat mir mitgeteilt, daß der Datenaustausch mit "WinMySQLadmin" ganz einfach funktioniert. Meine Englischkenntnisse, bzw. meine Bequemlichkeit führten dazu, daß ich mit der Beschreibung nichts anfangen konnte. Auch eine Suche nach "winmysqladmin" hier im Board führte zu nichts.
Es wäre sehr freundlich, wenn mir jemand weiterhelfen könnte. :-D