Transfer database table from one PC to another PC on Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mostafijur
    New Member
    • May 2007
    • 12

    Transfer database table from one PC to another PC on Linux

    Hello

    I want to transfer database table from one pc to another pc.

    1. How it possible? Pls can u tell me step by step?

    2. Where the table and database store in my PC?


    OS: Linux 2.6 Kernel
    Mysql : 4
    Database Name: ABC
    Table name: Table1 , Table2.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please find MySQL data Backup and restore here and here also check here .

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      Referring to the previous reply by debasisdas, 3 tasks:

      1. make a backup of ABC.Table1 and ABC.Table2
      2. carry, copy or send the backup to the other PC
      3. do a restore of ABC.Table1 and ABC.Table2

      Ronald

      Comment

      • mostafijur
        New Member
        • May 2007
        • 12

        #4
        Thanking you for help.

        Comment

        • ronverdonk
          Recognized Expert Specialist
          • Jul 2006
          • 4259

          #5
          You are welcome. See you next time.

          Ronald

          Comment

          Working...