how to backup database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luckysanj
    New Member
    • May 2009
    • 68

    how to backup database

    Dear All,

    I want to know that how can i take a backup database on mysql without root user. i am able to do update, insert, modify with another user & i can't able to take backup..

    So any ideas will be appreciated..

    Thanks,
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    I believe you have SELECT Right.
    use mysqldump located in bin dir, you can save your data as csv as well as you can use mysqldump insert query from the available table record.

    if you have phpmyadmin then you can take backup using this software. but if you want to write a routine using php to take backup. it might take several hour to build such application
    Last edited by johny10151981; Apr 16 '12, 02:30 AM. Reason: More info

    Comment

    Working...