MySQL Forums
Forum List  »  Microsoft SQL Server

4.1.20 Compatibility with 4.1.9
Posted by: chris lindsey
Date: November 02, 2006 02:24PM

I am trying to migrate my database from one host to another. The old host uses version 4.1.20 and the new uses 4.1.9. I am getting the following error on the upload and I think it is a compatibility issue between the two versions.



Error
SQL query:

-- phpMyAdmin SQL Dump
-- version 2.6.4-pl4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 02, 2006 at 12:47 AM
-- Server version: 4.1.20
-- PHP Version: 4.3.6
--
-- Database: `slackliner_blog02`
--
CREATE DATABASE `slackliner_blog02` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;



MySQL said:

#1007 - Can't create database 'slackliner_blog02'; database exists


Any idea on how I can get the database compatible or is it an issue of compatibiltiy? Thanks!

Chris

Options: ReplyQuote


Subject
Written By
Posted
4.1.20 Compatibility with 4.1.9
November 02, 2006 02:24PM
m c
January 24, 2008 02:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.