Why do I get a MySQL Import error? |
|
|
Below is a step by step instruction of how to correct the issue. Please follow:
DROP DATABASE `<database_name>`;
CREATE DATABASE `<database_name>`;
USE <database_name>;
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: db590.perfora.net
-- Generation Time: Feb 15, 2007 at 03:44 PM
-- Server version: 4.0.27
-- PHP Version: 4.3.10-2
--
-- Database: `<database_name>`
--
-- --------------------------------------------------------
If you have any further questions, please feel free to contact O2Link Support |
|
Powered by
KBPublisher (Knowledge base software)