short_counter SQL Prob

Begonnen von TodesEngel, 22 Februar 2005, 19:18:34

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

TodesEngel

Nabend ich habe mir eben den short_counter runtergeladen ins verzeichnis gepackt.
So dann wollte ich die sql Datei laden dann kam folgender Fehler:

Fehler

SQL-Befehl :  

Datenbank db085408 - Tabelle epp_stats auf localhost CREATE TABLE `epp_stats` (

`ipaddress` varchar( 15 ) default NULL ,
`day` char( 2 ) NOT NULL default '00',
`min` char( 2 ) NOT NULL default '00',
`hits` int( 9 ) NOT NULL default '0',
`visits` int( 9 ) NOT NULL default '1',
`hour` int( 2 ) NOT NULL default '0',
KEY `ipaddress` ( `ipaddress` ) ,
KEY `ipaddress_2` ( `ipaddress` ) ,
KEY `ipaddress_3` ( `ipaddress` )
) TYPE = MYISAM

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 'Datenbank db085408 - Tabelle epp_stats auf localhost
CREATE T


Ich hoffe ihr könnt mir weiterhelfen.
Vielen Dank
Mit Freundlichen grüßen
Der TodesEngel

NeMeSiSX2LC

 mit dem gehts eher ;)

CREATE TABLE `epp_stats` (

`ipaddress` varchar( 15 ) default NULL ,
`day` char( 2 ) NOT NULL default '00',
`min` char( 2 ) NOT NULL default '00',
`hits` int( 9 ) NOT NULL default '0',
`visits` int( 9 ) NOT NULL default '1',
`hour` int( 2 ) NOT NULL default '0',
KEY `ipaddress` ( `ipaddress` ) ,
KEY `ipaddress_2` ( `ipaddress` ) ,
KEY `ipaddress_3` ( `ipaddress` )
) TYPE = MYISAM
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1

TodesEngel

Danke schön vllt. sollte man das prob mal im Donwload verbessern ...

jubilee

Hmmm ....
Fehlendes Kommentarzeichen in der ersten Zeile.
muss beim editieren passsiert sein ....
Download ist gefixt.
MfG
jubilee