• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux mysqlrowcopy Download

mysqlrowcopy

March 1, 2007
Mysqlrowcopy creates insert statements by extracting data from result sets, providing a useful tool for generating SQL commands.
Version 1.0
License GPL
Platform Linux
Supported Languages English
Homepage michael.bacarella.com
Developed by Michael Bacarella
mysqlrowcopy is an impressive software tool that generates high-quality insert statements from result sets. It features an output that is similar to what a single SELECT query would produce in mysqldump. With this tool, data management of MySQL databases between QA and production is no longer a tedious task.

To build mysqlrowcopy, you have to run the command, " ./ configure make." Once this is done, mysqlrowcopy and mysqlrowcopy.debug files will be created. They both offer the same functionality, with the only difference being that the .debug file includes debugging symbols built for (gdb). As mysqlrowcopy's usage is tied mainly to I/O, the necessity of a 64-bit version is to work against any potential issues that may arise in dynamic linking 32-bit binaries.

One of the ways to use it is for Migrating a MySQL user account from a QA server to a production server. All you have to do is open the command prompt and input the following command:

$ mysqlrowcopy -h qa3.example.com 'SELECT * FROM db WHERE User = "reaper"' mysql db > reaper.sql.
Then on the production server, run the command:

$ mysql -h prod1.example.com mysql < reaper.sql.

Alternatively, you can pipe the output of mysqlrowcopy into mysql and avoid the intermediate file.

Another way to use it is by keeping the test environment up to date with the most recent production data. Achieving this can be accomplished by running this sequence once a day from the cron:

$ mysqlrowcopy -h finance-db.example.com 'SELECT * FROM stocks WHERE modified > DATE_SUB(NOW(),INTERVAL 24 HOUR)' finance stocks > day-stocks.sql.
Then run cat day-stocks.sql | mysql -h finance-test.example.com finance.

mysqlcowcopy can be used to transfer data between tables on diverse servers with some similar fields. For instance, you might have common data in table Zip on a production database, and table ZipPosition in a research database. To load data from production 'Zip' into research 'ZipPosition', you can run:

$ mysqlrowcopy -h production 'SELECT ZIPCode,Latitude,Longitude' common ZipPosition > pos.sql $ cat pos.sql | mysql -h qa research.

Overall, Mysqlrowcopy is a powerful tool that simplifies inserting statements from produced results, and its features make data management more manageable between QA and production.
What's New

Version 1.0: N/A

Free Download 22K
323
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    154
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    89
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    80
  6. porm r2
    73
  7. Clewarecontrol 0.8
    72
  8. Java Games 1.0
    72
  9. Swiftfox 3.0b5pre-2
    71
  10. fuseftp 0.8
    71

Related Downloads

KuSys-Info
KuSys-Info is a system information software designed for the Ku(buntu) operating system. ...
LogicParser
LogicParser is a software tool that allows users to parse logical expressions ...
RLX
A game engine based on the Common Lisp programming language, designed to ...
Pdns
Pdns is a user-friendly software that helps to manage DNS records and ...
Roxen WebServer
This software is a comprehensive web server, providing full functionalities required for ...
MyHeadlines
MyHeadlines enables easy integration of syndicated headlines into PHP MySQL-based websites. This ...
publish
Publish is a plugin for Vim that facilitates automatic publishing of syntax ...
Flexirest
A versatile reStructuredText tool that provides medium-level functionality.
Open Media Collectors Database
Open Media Collectors Database is an inventory software application that utilizes PHP ...
mjbWorld
mjbWorld is a 3D editor that adheres to industry standards, allowing users ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.