Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Complete mySQL Database Backup!!!

Complete mySQL Database Backup!!!

Scheduled Pinned Locked Moved Database
databasemysqltutorialquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rana Muhammad Javed Khan
    wrote on last edited by
    #1

    Hello, Do any body have idea of getting complete database backup of mySQL database except this? SELECT * INTO OUTFILE Path FROM Table I want just there should be only one backup file of All tables and how to restore that. I am using: mySQL 4.1 and VB 6.0. Thanks

    R A 2 Replies Last reply
    0
    • R Rana Muhammad Javed Khan

      Hello, Do any body have idea of getting complete database backup of mySQL database except this? SELECT * INTO OUTFILE Path FROM Table I want just there should be only one backup file of All tables and how to restore that. I am using: mySQL 4.1 and VB 6.0. Thanks

      R Offline
      R Offline
      Reza Raad
      wrote on last edited by
      #2

      use MYSQLDUMP a built in function for backup all database in mysql. more information: http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

      R 1 Reply Last reply
      0
      • R Reza Raad

        use MYSQLDUMP a built in function for backup all database in mysql. more information: http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

        R Offline
        R Offline
        Rana Muhammad Javed Khan
        wrote on last edited by
        #3

        thanks for ur response!!! can u please tell me how it can be used in VB 6.0. I have treid but its giving error?

        R 1 Reply Last reply
        0
        • R Rana Muhammad Javed Khan

          thanks for ur response!!! can u please tell me how it can be used in VB 6.0. I have treid but its giving error?

          R Offline
          R Offline
          Reza Raad
          wrote on last edited by
          #4

          Hi:) you must use it with SHELL commands i don't know what is this command in VB exactly.but you can search in MSDN for shell. shell commands are Command Prompt console for executing commands. i searched for you and i found these: http://experts.about.com/q/Visual-Basic-1048/using-Windows-Shell-VB6.htm

          1 Reply Last reply
          0
          • R Rana Muhammad Javed Khan

            Hello, Do any body have idea of getting complete database backup of mySQL database except this? SELECT * INTO OUTFILE Path FROM Table I want just there should be only one backup file of All tables and how to restore that. I am using: mySQL 4.1 and VB 6.0. Thanks

            A Offline
            A Offline
            Aby Thomas Varghese
            wrote on last edited by
            #5

            Why dont you try using MySQL Administrator utility? Its a a free utility available on www.mysql.com. It can perform backups and restores from a graphical interface, and also schedule backups. "MySQL Administrator is a program for performing administrative operations, such as configuring, monitoring and starting and stopping a MySQL server, managing users and connections, performing backups, and a number of other administrative tasks." Thanks and Regards, Aby

            R 1 Reply Last reply
            0
            • A Aby Thomas Varghese

              Why dont you try using MySQL Administrator utility? Its a a free utility available on www.mysql.com. It can perform backups and restores from a graphical interface, and also schedule backups. "MySQL Administrator is a program for performing administrative operations, such as configuring, monitoring and starting and stopping a MySQL server, managing users and connections, performing backups, and a number of other administrative tasks." Thanks and Regards, Aby

              R Offline
              R Offline
              Rana Muhammad Javed Khan
              wrote on last edited by
              #6

              Thanks for your suggestion, actually as i mentioned i am using VB 6.0 as front end and mySQL 4.1 as back end. i want there should be an option for taking the backup of complete database from VB form: user just tell the path where he wants to take backup of database. any suggestions? Thanks and Regards, Javed

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups