wcf.regNote.message
This post has been edited 1 times, last edit by "Noisy" (Apr 1st 2007, 3:02pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
SQL-Befehl: -- phpMyAdmin SQL Dump -- version 2.6.4-pl4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Erstellungszeit: 29. Januar 2007 um 19:08 -- Server Version: 4.1.22 -- PHP-Version: 4.4.4 -- -- Datenbank: `usaf` -- CREATE DATABASE `usaf` DEFAULT CHARACTER SET latin1 COLLATE latin1_german2_ci 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 '-- phpMyAdmin SQL Dump -- version 2.6.4-pl4 -- http://www.phpmyadmin.net -- ' at line 1 |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
SQL-Befehl: -- phpMyAdmin SQL Dump -- version 2.6.4-pl4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Erstellungszeit: 29. Januar 2007 um 19:08 -- Server Version: 4.1.22 -- PHP-Version: 4.4.4 -- -- Datenbank: `usaf` -- USE usaf 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 '-- phpMyAdmin SQL Dump -- version 2.6.4-pl4 -- http://www.phpmyadmin.net -- ' at line 1 |
This post has been edited 1 times, last edit by "Deathdragon" (Apr 3rd 2007, 12:57pm)
Quoted
Original von Deathdragon
bei deinem kam der Fehler:
SQL-Befehl:
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 29. Januar 2007 um 19:08
-- Server Version: 4.1.22
-- PHP-Version: 4.4.4
--
-- Datenbank: `usaf`
--
USE usaf
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 '-- phpMyAdmin SQL Dump
-- version 2.6.4-pl4
-- http://www.phpmyadmin.net
--
' at line 1
das von Prometheus kommt garnicht vor ...
P.s. wieso kann ich hier keine dateien Anhängen?? wäre ganz gut wenn ich die sql datei euch geben könnte ...
/Edit: die Datei ist zu lang um sie so reinzustellen
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
SQL-Befehl:
CREATE TABLE bb1_acpmenuitemgroups(
itemgroupid smallint( 5 ) unsigned NOT NULL AUTO_INCREMENT ,
title varchar( 255 ) NOT NULL ,
condition text NOT NULL ,
conditiontype enum( 'OR', 'AND' ) NOT NULL DEFAULT 'OR',
showorder smallint( 5 ) unsigned NOT NULL DEFAULT '0',
acpmode tinyint( 3 ) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY ( itemgroupid )
);
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 'condition text NOT NULL,
conditiontype enum('OR','AND') NOT NULL DEFAULT 'OR',' at line 4
|
This post has been edited 2 times, last edit by "jayD´" (Apr 26th 2007, 9:37pm)