|
|||
![]() Code:
-- -- Tabellenstruktur für Tabelle `jos_comprofiler_views` -- CREATE TABLE IF NOT EXISTS `jos_comprofiler_views` ( `viewer_id` int(11) NOT NULL default '0', `profile_id` int(11) NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', `lastview` datetime NOT NULL default '0000-00-00 00:00:00', `viewscount` int(11) NOT NULL default '0', `vote` tinyint(3) default NULL, `lastvote` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`viewer_id`,`profile_id`,`lastip`), KEY `lastview` (`lastview`), KEY `profile_id_lastview` (`profile_id`,`lastview`,`viewer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Daten für Tabelle `jos_comprofiler_views` -- INSERT INTO `jos_comprofiler_views` (`viewer_id`, `profile_id`, `lastip`, `lastview`, `viewscount`, `vote`, `lastvote`) VALUES (72, 65, '127.0.0.1', '2009-09-06 22:03:18', 2, NULL, '0000-00-00 00:00:00'), (65, 70, '127.0.0.1', '2009-10-12 20:21:58', 1, NULL, '0000-00-00 00:00:00'); -- -------------------------------------------------------- Code:
Fehler SQL-Befehl: /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; MySQL meldet: Dokumentation #1065 - Query was empty danke shcon im Voraus! ![]()
__________________
Cu Chullain |
Sponsored Links |
|
|||
![]()
Der Steht ganz am Anfang:
Code:
-- phpMyAdmin SQL Dump -- version 2.11.7 -- http://www.phpmyadmin.net -- -- Host: localhost -- Erstellungszeit: 14. Oktober 2009 um 07:47 -- Server Version: 5.0.51 -- PHP-Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Datenbank: `gonzo` -- -- --------------------------------------------------------
__________________
Cu Chullain |
|
||||
![]()
Sry bin etwas überfragt. Sonst versuch den Import ohne die betreffende Zeile. Sie dient dem Anpassen des Verbindungs-Charsets, nur warum die vorherigen Imports dann problemlos verliefen wundert mich ein bisschen.
__________________
![]() |
![]() |
Themen-Optionen | |
Ansicht | |
|
|
![]() |
||||
Thema | Autor | Forum | Antworten | Letzter Beitrag |
Mysql fehler | Benutzername | Serveradministration und serverseitige Scripte | 7 | 08.06.2011 11:16 |
Redesign für Steiner Cycling Team | pkipper | Site- und Layoutcheck | 11 | 09.02.2011 12:25 |
Mysql insert into... wo ist der verdammte Fehler? | tichy | Serveradministration und serverseitige Scripte | 11 | 17.06.2009 16:11 |
von MySQL WB genreriertes SQL erzeugt Fehler | kampfgnom | Serveradministration und serverseitige Scripte | 2 | 16.11.2008 14:34 |
MySQL Query - online ok, lokal kein Ergebnis? | Boris | Serveradministration und serverseitige Scripte | 6 | 04.09.2007 23:51 |