Micro Niche Builder
Closed Thread
Results 1 to 6 of 6

Thread: Backup of Mysql Database

  1. #1

    Default Backup of Mysql Database

    I want to know How can I take a backup of mysql database? I want to take backup of database which is on the local machine and not on the server.
    Regards

    Dean Callaway
    -=-=-=-=-=-=-=-=-=-=-=-
    www.decaldomains.com
    www.ringtone247.com


  2. Micro Niche Builder

  3. #2
    404 Error Not Found... decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher's Avatar
    Join Date
    Jan 2003
    Posts
    4,299
    Thanks
    132
    Thanked 294 Times in 195 Posts
    Blog Entries
    12

    Default Re: Backup of Mysql Database

    there is a file command i believe for doing so, but you need to have telnet

    the other way is by using the PHPMyAdmin interface which you have to have installed on your server

    i am not very experienced in doing this though, anyone done it before that could help?
    Micro Niche Builder - Build SEO Friendly Sites that CONVERT LIKE CRAZY for Adsense, Amazon, Clickbank, & CPA Offers!
    SEO Contest - Home of the WORLD FAMOUS Search Engine Optimization Contests. Think you got what it takes?


  4. #3

    Default Re: Backup of Mysql Database

    yeh i rely on phpmyadmin but i am doing it from server...u should install it..you can get it simply from google search !!Read the instruction their after that..u might got it..

    thanks..super M


  5. #4

    Default Re: Backup of Mysql Database

    Yes you are right I am using from local machine so I am finding it difficult to get backup. I have got command sqldump but not even thats working well. Can anyone give me correct syntax for it?

    Quote Originally Posted by Super M
    yeh i rely on phpmyadmin but i am doing it from server...u should install it..you can get it simply from google search !!Read the instruction their after that..u might got it..

    thanks..super M

    Regards

    Dean Callaway
    -=-=-=-=-=-=-=-=-=-=-=-
    www.decaldomains.com
    www.ringtone247.com

  6. #5

    Default Re: Backup of Mysql Database

    $ mysqldump -u username -h localhost -p database_name | gzip -9 > backup_db.sql.gz

    there ya go =)

  7. #6

    Default Re: Backup of Mysql Database

    glad i don't have to worry about this i have a guy that does it all for me
    Bart Fielder
    2965 E. University Ave Suite A
    Fresno, CA 93703

Closed Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts