Einzelnen Beitrag anzeigen
Alt 27.11.2013, 15:42   #19
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
Standard

Debian 7.2


ich bekomme einen fehler bei der setup

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:

und rein kopieren geht auch nicht

kommt das:

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

was kann man da machen Lg DrTukTuk
DrTukTuk ist offline   Mit Zitat antworten Nach oben