Jump to content

Importing Table


liamloveslearning

Recommended Posts

Hi everyone,

 

Ive recently purchased a dedicated server and im trying to move across my database from my old host, I managed to export it as an .SQL file but im at my wits end trying to connect to it, It imports fine but I cant manage to connect to it no matter what I try, literally at my wits end!

 

Im new to this so excuse my "naivity" but if anybody could point me in the right direction in regards to this it would help a bunch, thanks!

Link to comment
Share on other sites

my .SQL file has

 

-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Host: mysql1.namesco.net
-- Generation Time: Dec 09, 2009 at 01:41 PM
-- Server version: 4.1.22
-- PHP Version: 5.2.9

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 */;

--
-- Database: `signshop`
--
CREATE DATABASE `signworld_s` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `signworld_s`;

-- --------------------------------------------------------

--
-- Table structure for table `osc_address_book`
--

 

at the top, However Ive created the database and all I need to do is import the data, can i just delete this all will it corrupt the file?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.