Skip to content

WIREDGORILLA

Monkey business for the geek in you!

  • Techno Babble
    • Resources
  • Sys Admin
    • cPanel
    • Cloud Cluster Computing
    • Fedora
    • Linux
    • Security
    • MySQL
  • Development
    • SEO
    • Google
    • Design
    • WordPress
  • Advertising on WiredGorilla
Linux MySQL Techno Babble

Moving mySQL DBs between servers

ByWeb Monkey

Mar 27, 2009

Moving mySQL DBs from one server to another:

mysqldump -uUSER -pPASSWORD txp_database > txp_database.sql

puts the entire thing in one nicely portable text file.

on a new server it takes

mysql -uUSER -pPASSWORD txp_database < txp_database.sql

to import it.

Post navigation

Linux Cron Jobs Explained
Turbo charging MySQL by setting up the query cache

By Web Monkey

Related Post

Techno Babble

How to Open and Edit PDFs in Firefox Computer browser

Mar 24, 2023 Web Monkey
Linux

MicroK8s is now on AWS marketplace

Mar 24, 2023 Web Monkey
Techno Babble

Project management at Sprout Social: Growing always, in all ways

Mar 24, 2023 Web Monkey
Recent Posts
  • How to Open and Edit PDFs in Firefox Computer browser
  • MicroK8s is now on AWS marketplace
Advertise on WiredGorilla
Get a Wordpress Website!
Legals
  • Advertising on WiredGorilla
  • DMCA – Legal
  • Privacy Policy – Legals

All contend is copyright by the directly related news source. We do not guarantee the accuracy of any of the external content feeds.

  • What is digital branding?
  • Important Ideas for Responsive and Appealing Website Design That Convert!

You missed

Techno Babble

How to Open and Edit PDFs in Firefox Computer browser

Mar 24, 2023 Web Monkey
Linux

MicroK8s is now on AWS marketplace

Mar 24, 2023 Web Monkey
Security

PSA: Update Now! Critical Authentication Bypass in WooCommerce Payments Allows Site Takeover

Mar 24, 2023 Web Monkey
Techno Babble

Project management at Sprout Social: Growing always, in all ways

Mar 24, 2023 Web Monkey

WIREDGORILLA

Monkey business for the geek in you!

Sponsored by WordPress Hosting | Created by Fastdot Web Design.

  • Techno Babble
    • Resources
  • Sys Admin
    • cPanel
    • Cloud Cluster Computing
    • Fedora
    • Linux
    • Security
    • MySQL
  • Development
    • SEO
    • Google
    • Design
    • WordPress
  • Advertising on WiredGorilla