Skip to content

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

Linux

From model-centric to data-centric MLOps

Feb 3, 2023 Web Monkey
Linux

SoCal Linux Expo Back For 20th Anniversary

Feb 3, 2023 Web Monkey
Techno Babble

How social media consistency drives business results

Feb 3, 2023 Web Monkey
Recent Posts
  • React in 2023 and Beyond
  • NFTs Weekly News #6 – Entertainment: Showtime launches Pre-Save collectibles
  • From model-centric to data-centric MLOps
  • SoCal Linux Expo Back For 20th Anniversary
  • How social media consistency drives business results
Advertise on WiredGorilla
Get a Wordpress Website!
  • Cloud Cluster Computing
  • Coding
  • cPanel – WHM
  • Design
  • Fedora
  • Google
  • Linux
  • MySQL
  • Resources
  • Security
  • SEO Talk
  • Techno Babble
  • Web Development
  • WordPress
Legals
  • Advertising on WiredGorilla
  • DMCA – Legal
  • Privacy Policy – Legals
Top Hosting
  • Australian Web Hosting
  • Register your Domain
  • Medium

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

You missed

Coding

React in 2023 and Beyond

Feb 4, 2023 Web Monkey
Design

NFTs Weekly News #6 – Entertainment: Showtime launches Pre-Save collectibles

Feb 4, 2023 Web Monkey
Linux

From model-centric to data-centric MLOps

Feb 3, 2023 Web Monkey
Linux

SoCal Linux Expo Back For 20th Anniversary

Feb 3, 2023 Web Monkey

Monkey business for the geek in you!

Proudly sponsored by FASTDOT WordPress Hosting | Web Design by Fastdot Digital.

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