DB exportieren und auf Webserver importieren

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
hugo22
Regular
Posts: 5
Joined: Wed Mar 08, 2006 6:56 pm

DB exportieren und auf Webserver importieren

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: DB exportieren und auf Webserver importieren

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
hugo22
Regular
Posts: 5
Joined: Wed Mar 08, 2006 6:56 pm

Post by hugo22 »

DANKE

hab ich garnicht gesehen :oops:
Xanthouos
Regular
Posts: 115
Joined: Wed Mar 02, 2005 6:59 pm
Contact:

Re: DB exportieren und auf Webserver importieren

Post 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:
If you can't be a missionary, you can support a missionary.
~~~~~~~~~~~~~~~~~~~~~
www.GetMepis.com
Post Reply