Page 1 of 1

DB exportieren und auf Webserver importieren

Posted: Thu Mar 09, 2006 7:39 pm
by hugo22
Hy,

ich glaub ich werd noch verrückt :cry:

Folgendes habe Serendipity unter xampp auf meinem Win XP Rechner installieren, da ich jetzt fertig mit testen bin wollte ich es auf all-inkl hochladen. Beim mport in phpmyadmin bekomme ich folgenden Fehler:

Code: Select all

SQL-Befehl: 

-- phpMyAdmin SQL Dump
-- version 2.7.0-pl1
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Erstellungszeit: 09. März 2006 um 19:13
-- Server Version: 5.0.18
-- PHP-Version: 5.1.1
-- 
-- Datenbank: `serendipity`
-- 
CREATE DATABASE `serendipity` DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci 



#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 'DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci' at line 
Vermutlich liegt es darin das auf all-inkl Version 4 von mysql läuft und die alte Version von diesen Zeichensätzen nicht kann. Wie kann ich den die Datenbank so exportieren, dass sie kompatibel ist?????

Danke

Re: DB exportieren und auf Webserver importieren

Posted: Thu Mar 09, 2006 8:26 pm
by garvinhicking
Das ist eher eine phpMyAdmin Frage.

Du kannst in phpMyAdmin beim Export uner "SQL-Kompatibilität" das Dropdown auf MysQL4 stelle, dann sind die Zeichensatzinformationen im SQL Dump nicht enthalten.

Grüße,
Garvin

Posted: Fri Mar 10, 2006 12:09 pm
by hugo22
DANKE

hab ich garnicht gesehen :oops:

Re: DB exportieren und auf Webserver importieren

Posted: Sat Nov 18, 2006 6:12 pm
by Xanthouos
garvinhicking wrote:Das ist eher eine phpMyAdmin Frage.

Du kannst in phpMyAdmin beim Export uner "SQL-Kompatibilität" das Dropdown auf MysQL4 stelle, dann sind die Zeichensatzinformationen im SQL Dump nicht enthalten.

Grüße,
Garvin
Thanks Garvin for the solution and thanks to Google Language tools, to understand this post. :lol: