If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > backup for old mysql from new

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-06, 10:06
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
backup for old mysql from new

mysql version is 5.1

How can i backup it for old one (like mysql 4.x.x or less )
Reply With Quote
  #2 (permalink)  
Old 12-05-06, 11:06
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
doing a backup in MySQL administrator should work OK,also could use PhPMyAdmin

its possible you may have a problme with autonumber columns but judicous editing of the table & colum,n definiotnas should work OK
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 12-05-06, 23:29
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
Quote:
Originally Posted by healdem
doing a backup in MySQL administrator should work OK,also could use PhPMyAdmin

its possible you may have a problme with autonumber columns but judicous editing of the table & colum,n definiotnas should work OK
it is not compatibel with mysql 3.x.x

i solved to be able to be compatible with old verison in order to backup i must use following command

PHP Code:
mysqldump --compatible mysql323 u zode -p123 db > /backup.sql 
other wise

while restoring to old server following error occured

HTML Code:
"MySQL: Bad syntax near DEFAULT CHARACTER SET..."
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On