Backup and Restore MySQL Database
-
Hi,
I try to backup and restore MySQL database. i tried follow the methods from these links:
Backup DB: http://codex.wordpress.org/Backing_Up_Your_Database
Restore DB: http://codex.wordpress.org/Restoring_Your_Database_From_Backup
On the restore part, i got this error:
SQL query:
— phpMyAdmin SQL Dump
— version 2.10.0.2
— http://www.phpmyadmin.net
—
— Host: localhost
— Generation Time: Aug 07, 2007 at 09:23 PM
— Server version: 4.0.27
— PHP Version: 4.4.4
SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;MySQL said:
#1193 – Unknown system variable ‘SQL_MODE’
I tried several times. The error is still the same. Please help. Following are the additional information:
The PhpMyAdmin version is 2.10.0.2.
MySQL client version: 4.1.10
Server version: 4.0.27-standard
Protocol version: 10
The topic ‘Backup and Restore MySQL Database’ is closed to new replies.