how to save data of Database in txt file

Discussion in 'PHP' started by jay005, Mar 30, 2011.

  1. #1
    plz tell me how to save the data of database in txt file like notepad
     
    jay005, Mar 30, 2011 IP
  2. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #2
    if you have phpmyadmin you can export the db
     
    stephan2307, Mar 31, 2011 IP
  3. SametAras

    SametAras Well-Known Member

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    113
    #3
    Or, you can so:

    mysqldump -u username -p password database_name > path/dump.sql
    Code (markup):
     
    SametAras, Mar 31, 2011 IP