Results 1 to 3 of 3

Thread: Backup database

  1. #1
    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    3

    Backup database

    I've been looking for examples on how can I backup my mysql database using 'mysqldump' command. I saw many examples and tried their advice but none of can solve my problem. I just getting confused how to use mysqldump.

    I want to backup a database only so I try this,
    Code:
    mysqldump -uUsername -p password --databases database> c:\database.sql
    So I type like this
    Code:
    mysqldump -root -gis  --patient > c:\patient.sql;
    or like this one

    Code:
    mysqldump -uroot -pgis  -- databases patient > c:\patient.sql;
    but none of it working. Help me please

  2. #2
    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    3
    wuuhuu.. anybody ? so sad

  3. #3
    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    3
    I solved my problem myself. Anyway thanks..

Posting Permissions

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