Hello All
I am having problems restoring a backed up drupal database through phpmyadmin hosted with 1 &1.
A couple days ago I dumped the database for my drupal site before running the drupal 4.7 update script. It didn’t work out for some reason I have yet to discern (I realize that I should have made a test site). When I went to upload the sql dump file back into phpmyadmin it wouldn’t load.
However, it did work when I tried loading it into phpmyadmin on my local development server at home. It looks like an issue with not having the permissions with 1&1 to have phpmyadmin create databases (I can only create them through a control panel). So my brain tells me that I need to somehow modify the first part of the file that has the CREATE DATABASE line. And instead, somehow, get it to use an already existing database.
Here is the first part of the sql dump that I am referring to. If anyone can help me it would help me out big time. I’m running up against deadlines, and this trial and error stuff isn’t cutting it.
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: dbxxx.perfora.net
-- Generation Time: Sep 07, 2006 at 05:40 PM
-- Server version: 4.0.27
-- PHP Version: 4.3.10-2
--
-- Database: `dbxxxxxxxxx`
--
CREATE DATABASE `dbxxxxxxxxx`;
USE dbxxxxxxxxx;
-- --------------------------------------------------------
--
-- Table structure for table `access`