Search
Table of Contents
DEFAULT CHARSET=latin1 or collate latin1_general_ci NOT NULL default or TIMESTAMP errors on importing a database dump
You are here:
Should you get one of the following errors on importing a MySQL database dump you are most likely dumping from a MySQL 4.1 server to a MySQL 4.0 server. There are some differences between the two. To get a correct dump format use the following method to create a mysqldump:
mysqldump -u username -p –skip-opt database_name > export_file_name.sql
or
mysqldump -u username -p –skip-extended-insert database_name > export_file_name.sql
Categories
-
WebHostingPeople26
-
Billing and Pricing5
-
Support and Migration3
-
Product and Services4
-
All in One Unlimited Hosting-Left7
-
All in One Unlimited Hosting-Right7
-
Reseller Hosting Left5
-
Reseller Hosting Right5
-
VPS Hosting FAQ Left8
-
VPS Hosting FAQ Right8
-
Domain Registration Left8
-
Domain Registration Right7
-
Dedicated Server Left7
-
Dedicated Server Right5
-
WebSitePanel2
-
General2
-
Email Tutorial97
-
MySQL52
-
cPanel / WHM98
-
Technical1
-
Security1
-
Direct Admin40
-
WordPress155
-
VPS Hosting2
-
E-commerce9
-
FTP Tutorial7
-
Websites Migration37
-
Kb Main0
-
Dedicated Server2

