Migrate mysql server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • princelindie
    New Member
    • Feb 2008
    • 28

    #1

    Migrate mysql server

    How do I migrate (copy) mysql database to another server/machine.
  • randome
    New Member
    • Jan 2008
    • 6

    #2
    Hi,
    use mysqldump command

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      If you are using phpmyadmin, you can go to any table you have created and then use the 'export' link at the top.

      Make sure SQL is checked in the next page you come to, and then carry on.
      It will give you a load of code; copy this and then go to your new servers phpmyadmin.

      Open up the 'SQL' tab and then paste the code into the textarea.

      Query it, and you're done!

      But then again, if you're not using phpmyadmin (shock) this isn't very helpful :P
      Last edited by Markus; Feb 19 '08, 03:31 PM. Reason: It's 'SQL' not 'query'!

      Comment

      Working...