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 DB in MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-07, 16:05
yaronr yaronr is offline
Registered User
 
Join Date: Jun 2007
Posts: 9
Backup DB in MySQL

I can only create "sql" files. while the file i need is "zip" or "dump".
Is there any way doing that???
Reply With Quote
  #2 (permalink)  
Old 07-04-07, 08:00
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
Question

??????????????????????????

what exactly you want???
unload all data from a table???
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
  #3 (permalink)  
Old 07-04-07, 10:40
yaronr yaronr is offline
Registered User
 
Join Date: Jun 2007
Posts: 9
I need to create dump file that backups all my database,
and I need that the created file won't be sql file or csv file, but zip file.
Reply With Quote
  #4 (permalink)  
Old 07-04-07, 12:09
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
Dump into a SQL file, then zip it....
(mysql doesn't offer native zipping/compression of output files).

More to the point why do you need a "zip" file?
Reply With Quote
  #5 (permalink)  
Old 07-10-07, 05:23
abhijeetclarion abhijeetclarion is offline
Registered User
 
Join Date: May 2007
Posts: 5
As aschk said, mysql doesnt have any native zipping provision, one way to do it is to run a shell file periodically which should take the back up and zip it immediately
Reply With Quote
  #6 (permalink)  
Old 07-15-07, 16:20
yaronr yaronr is offline
Registered User
 
Join Date: Jun 2007
Posts: 9
I will use this advices. thanks.
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