Einzelnen Beitrag anzeigen
Alt 27.11.2013, 15:49   #1
DrTukTuk
Neuling
Punkte: 7.214, Level: 56 Punkte: 7.214, Level: 56 Punkte: 7.214, Level: 56
Levelaufstieg: 32% Levelaufstieg: 32% Levelaufstieg: 32%
Aktivität: 0% Aktivität: 0% Aktivität: 0%
Letzte Erfolge
 
Benutzerbild von DrTukTuk
 
Registriert seit: 27.04.2011
Beitr?ge: 15
Abgegebene Danke: 8
Erhielt 0 Danke für 0 Beiträge
Downloads: 31
Uploads: 0
Nachrichten: 36
Renommee-Modifikator:
0 DrTukTuk befindet sich auf einem aufstrebenden Ast
Unglücklich torrentflux-b4rt 1.0-beta2 - Setup Fehler

Hallo Freunde
ich habe ein Problem und zwar kann ich über papMyadmin nicht die SQL datei rein kopieren kommt dann das

Mein System:
root mit Debian 7.2
MySQL

Server: Localhost via UNIX socket
Server Version: 5.5.31-0+wheezy1
Protokoll-Version: 10
Benutzer: root@localhost
MySQL-Zeichensatz: UTF-8 Unicode (utf8)
Webserver

Apache/2.2.22 (Debian)
MySQL-Client-Version: 5.5.31
PHP Erweiterung: mysqli Dokumentation
phpMyAdmin
Versionsinformationen: 3.4.11.1deb2


Fehler
SQL-Befehl:

-- -----------------------------------------------------------------------------
-- $Id: mysql_torrentflux-b4rt-1.0.sql 2667 2007-03-21 20:43:58Z b4rt $
-- -----------------------------------------------------------------------------
--
-- MySQL-File for 'torrentflux-b4rt-1.0'.
--
-- This Stuff is provided 'as-is'. In no way will the authors be held
-- liable for any damages to your soft- or hardware from this.
-- -----------------------------------------------------------------------------
--
-- tf_cookies
--
CREATE TABLE tf_cookies(

cid INT( 10 ) NOT NULL AUTO_INCREMENT ,
uid INT( 10 ) NOT NULL DEFAULT '0',
host VARCHAR( 255 ) DEFAULT NULL ,
data VARCHAR( 255 ) DEFAULT NULL ,
PRIMARY KEY ( cid )
) TYPE = MYISAM ;

MySQL meldet: Dokumentation

#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 'TYPE=MyISAM' at line 20

und wenn ich es über die Setup.php mache kommt das

torrentflux-b4rt 1.0-beta2 - Setup

Database - Creation + Test - MySQL

The installation will now try to connect to the database server, create a new database if applicable and run some tests to check we can create tables in the database.

Ok: Created database b4rt
Query Error: CREATE TABLE tf_test ( tf_key VARCHAR(255) NOT NULL default '', tf_value TEXT NOT NULL, PRIMARY KEY (tf_key) ) TYPE=MyISAM
Error:

kann mir da einer helfen wäre super lieb von euch
Lg DrTukTuk

Ge?ndert von DrTukTuk (27.11.2013 um 15:56 Uhr)
DrTukTuk ist offline   Mit Zitat antworten Nach oben