Main > Free Download Search >

Free mysqlrowcopy 1.0 software for linux

mysqlrowcopy 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3041
DupeFinder 1.0.2

DupeFinder 1.0.2


DupeFinder is a simple application for locating, moving, renaming, and deleting duplicate files in a directory structure. more>>
DupeFinder is a simple application for locating, renaming, moving and deleting duplicate files in a directory structure.
Its perfect both for users who havent kept their hard drives very well organized and need to do some cleaning to free space, and for users who like to keep lots of backup copies of important data "just in case" something bad should happen.
Main features:
Although DupeFinder is a quite small application, it should have all of the features you will need to remove and reorganize large directories full of duplicate files:
- Well designed graphical interface with full tooltip and "Whats This?" question button support, useful in an application which you probably wont need to use frequently
- Quick processing by eliminating analysis of unwanted data through file extension filtering
- View files in external applications by double-clicking
- Rename files in place or move to new locations
- Default settings disallow deletion of all copies of duplicate files to prevent accidental data loss
- Generate simple reports identifying groups of duplicate files for later processing
While everything works pretty well in most cases, there are a few issues with DupeFinder to be aware of. I hope to fix most of the following bugs sometime soon:
- May crash if files containing "~" or ":" characters are encountered
- May crash if self referencing symlinks are encountered
- Zero byte files cannot be deleted
- May not be able to delete files with Unicode characters in filename
- Display does not update if identified duplicates are moved, renamed or modified external to DupeFinder
<<less
Download (0.021MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1290 downloads
mysqlrowcopy 1.0

mysqlrowcopy 1.0


mysqlrowcopy is a tool that generates insert statements from result sets. more>>
mysqlrowcopy is a tool that generates insert statements from result sets. It produces output similar to what might result from running mysqldump on a single SELECT query.

This project helps eliminate some of the tedium of moving data between QA and production MySQL databases.

Build:

To build mysqlrowcopy, you should run:

./configure
make

A mysqlrowcopy and mysqlrowcopy.debug file are created. They have identical functionality, the .debug version simply has debugging symbols built in (for gdb).

Since mysqlrowcopy is probably going to be I/O bound with modest CPU and RAM usage, the only reason to even build a 64-bit version is to work around potential issues in dynamic linking 32-bit binaries against 64-bit libraries.

RECIPES

1. Migrating a MySQL user account reaper from QA server to a production server.

e.g. MySQL database server qa3.example.com to prod1.example.com:

$ mysqlrowcopy -h qa3.example.com
SELECT * FROM db WHERE User = "reaper" mysql db > reaper.sql
$ mysql -h prod1.example.com mysql < reaper.sql

You could of course simply pipe the output of mysqlrowcopy into mysql and skip the intermediate file.

(Dont forget to RELOAD PRIVILEGES afterwards)

2. Keep your test environment up to date. Populate it with production data every 24 hours. You could run this sequence from cron once a day:

$ mysqlrowcopy -h finance-db.example.com
SELECT * FROM stocks WHERE modified > DATE_SUB(NOW(),INTERVAL 24 HOUR)
finance stocks > day-stocks.sql

$ cat day-stocks.sql | mysql -h finance-test.example.com finance

3. Copy data between tables on different servers that have some similar fields.

Youve got common data in table Zip on a production database:

mysql> desc Zip;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | PRI | | |
| ZIPCodeType | char(1) | YES | | NULL | |
| City | varchar(32) | YES | | NULL | |
| CityType | char(1) | YES | | NULL | |
| State | varchar(32) | YES | | NULL | |
| StateCode | char(3) | YES | | NULL | |
| AreaCode | char(3) | YES | | NULL | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
9 rows in set (0.00 sec)

And youve got table ZipPosition in a research database:

mysql> desc ZipPosition;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | | | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

You want to load data from production Zip into research ZipPosition.

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

Note how we specify ZipPosition on the first line to tell mysqlrowcopy what the destination table is going to be.
<<less
Download (0.021MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
967 downloads
podLoadr 1.0

podLoadr 1.0


podLoader allows you to load content from the Web or other desktop files onto your iPod. more>>
podLoader allows you to load content from the Web or other desktop files onto your iPod. Later, for example while traveling, you can check out news from any RSS feed, the weather, or the contents of any file from your desktop.
This application uses the "Notes" feature on third-generation or later touch wheel iPods.
Usage:
In Brief:
- Run podLoadr by double-clicking on podloadr.jar after installing the JRE (or run java -jar podloadr.jar from a command prompt)
- Drag & drop files or links onto the "Files & Links" tab. Browsing or manually typing the file name also works.
- Check some news feeds, add weather zip codes and create a notes on their respective tabs.
- Click the run button (ensure that the iPod is connected and enabled in disk mode).
In Detail:
- In order to load a web page or news feed simply do the following:
- Ensure that your iPod is enabled for disk use. To do this in iTunes:
- Select your iPod under Devices in the Source list.
- Click the Summary tab.
- In the Options section of the Summary pane, click the "Enable disk use" checkbox.
- Note that if the "Manually manage songs and playlists" option is enabled, "Enable disk use" is always enabled or turned on.
- Connect your iPod to your computer as you usually do.
- Exit iTunes - just to be safe.
- Ensure that you have a recent version of the Java runtime (either JDK or JRE) from Sun.
- Run podLoadr by double clicking on podLoadr.jar. Alternatively you can open a command prompt and type java -jar podLoadr.jar
- Note that podLoadr.jar itself can be stored on the ipod and run directly from there. Keep podLoadr.jar and podLoadr.ini together.
- Populate the various tabs in podLoadr.
- Add your custom items to the "Files & Links" tab. This can be done in any of the following ways.
- Drag a file from your desktop or Explorer onto the list
- Drag a link from Internet Explorer or Firefox onto the list (by grabbing the icon in the address box)
- Type the full name of a file in the Name box and click on add
- Click on "Add/Browse" and navigate to the file you need and add it to the list.
- Check off the news feeds that you want from the categorized list.
- Enter the ZIP codes of the weather you want separated by commas.
- Double check the ipod tab to ensure that the drive letter is correct. Or if you have multiple iPods then you can change this setting. (If thats too confusing feel free to send the other iPod my way :-)
To view the note, disconnect your iPod, scroll the menu to Extras, and select Notes. Choose the name the file you created and press the Center button to display the content of the file. You can.t edit the file using iPod, but you can delete it or update it whenever your iPod is connected to your computer.
podLoader uses the "Notes" feature of the iPod to support downloading and offline viewing of online content. Such presentations can be used, for example, as directed lessons or self-paced electronic guided tours. Notes is available on iPod models beginning with third-generation iPod (dock connector) models with the touch wheel.
<<less
Download (2.6MB)
Added: 2007-05-01 License: Freeware Price:
961 downloads
Nitrogen 1.0

Nitrogen 1.0


Nitrogen project is a background browser and setter for X. more>>
Nitrogen project is a background browser and setter for X.

It is written in C++ using the gtkmm toolkit. It can be used in two modes: browser and recall. It is multi-head friendly and can even work in GNOME. Nitrogen has been in development for over 2 years, due to real life and laziness. For more info, check out the features section.

<<less
Download (0.22MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
882 downloads
SimBar 1.0

SimBar 1.0


SimBar project is a fast and customizable dockbar for Linux. more>>
SimBar project is a fast and customizable dockbar for Linux.

SimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.

<<less
Download (0.24MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
866 downloads
Wchange 1.0

Wchange 1.0


Wchange provides a very simple wallpaper changer. more>>
Wchange provides a very simple wallpaper changer.

It requires only java runtime environment (JRE) and gconftool-2.

Usage:

java Wchange /home/folder/pictures/ seconds [random]

Where:

/home/folder/pictures/ is the directory where are wallpapers

seconds is how much time the system will wait between wallpaper switching

random (optional) use it only if you want wallpaper random switching

<<less
Download (0.003MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 downloads
MyFileNote 1.0

MyFileNote 1.0


MyFileNote is service menu which will create a txt-file for a file or directory and opens it in your text editor. more>>
MyFileNote is a KDE service menu.

MyFileNote is a small, single-purpose service menu which will create a txt-file for a file or directory and opens it in your text editor (default kwrite).

No need for extra Software or "big" Databases of your files or some other imho overkills if you just want some notes.

It is really helpfull to have more infos on the files on your computer!

I use it very often for description of stuff i download from Websites or projects to-dos etc. .

Example:

you have just downloadet a file example.zip and you may want to remember where you get it.

Rightclick it -> Actions -> MyFileNote

It now opens Kwrite and you can copy-paste the url there.

The txt-files name is example.zip.txt in the same directory where example.zip is.

If you want to enter additional stuff it is no problem because a existing example.zip.txt will be used so you can just add your text!

Install:

Extract and then:

Just for your User: Copy MyFileNote.desktop to "/home/USERNAME/.kde/share/apps/konqueror/servicemenus/"

For all Users(do as root): Copy MyFileNote.desktop to "/usr/share/apps/konqueror/servicemenus/"

Notes:

If you want to use another editor (I for example prefer Kate) you have to edit MyFileNote.desktop and replace all "kwrite" with "kate".

Any comments welcome.
<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 downloads
wmEbay 1.0.0

wmEbay 1.0.0


wmEbay monitors eBay auctions and it shows auction title and current price. more>>
wmEbay monitors eBay auctions and it shows auction title and current price.

<<less
Download (0.065MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1096 downloads
resizePhotos 1.0

resizePhotos 1.0


resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. more>>
resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. It will resize any picture so that it is no more than 640 pixels on a side while preserving the aspect ration. This size can easily be changed by editing a text file.

You can resize any number of photos simultaneously by multiselecting them in Konqueror, then choosing the "Resize Photo" service menu.

A dialog will display the progress. The dialog has a cancel button.

Usage:

Open a folder containing some image files (.png, .jpg, .gif) in Konqueror.

Select one or several of these files.

Right-click one of the selected file and select Action->Resize Photo. (See first screenshot.)

A dialog will appear showing the progress of the resizing. (See second screenshot.) Press cancel if you so desire.

A folder named "Sized" will appear in the image folder. The resized photos are in that folder.

To install:

Extract the two files from the tar.gz file. Copy the .desktop to ~/.kde/share/apps/konqueror/servicemenus. Copy the .sh file to somewhere in your path such as /usr/bin, /usr/local/bin or ~/bin. Double check that the .sh file is executable.

Edit the resizePhotos.sh file to change the size of the resized files, or the name of the "Sized" directory.

<<less
Download (MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
EditWithKateKeditKwrite 1.0

EditWithKateKeditKwrite 1.0


EditWithKateKeditKwrite is a service menu which allows you to choose an application to open different text files. more>>
EditWithKateKeditKwrite is a service menu which allows you to choose an application to open different text files.

Author description:

I need one of these three actions for many files types of my own (but always text files), and I always have to open a dialog box to choose an application although its very often one of those.

The installation is as basic as possible : uncompress, chose one (or several within the 6) file(s) regarding to your language, and copy it (them) in your service menus folder. Thats all.

No dependancies. No mysteries.

I guess it could help at least some beginners like me.

Locales are french and english. Easily adaptable by everyone.

<<less
Download (0.001MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
973 downloads
Knotview 0.1.0

Knotview 0.1.0


Knotview is a crossing between a concept mapper, a wiki and a database. more>>
Knotview software is a crossing between a concept mapper, a wiki and a database. The main idea behind it is to split information into small chunks (knots) and make links between them.

Visual organisation is not enforced : links can be drawn arbitrarily. With Knotview, only the user decides how the information must be shown. Creating links pointing towards files or url is possible and make it very easy to gather scattered information into a single place. Knotview can be used as a powerful bookmark manager, a mind mapper, a small database, and much more.

What distinguishes Knotview from other concept- and mind-mapping software if the fact that it separates contents from appearance. A knot consist of a title, some arbitrary properties (e.g. urls) and an associated text. It is stored in a database (kdb) which does not include any displaying informations. Display is left to a client application, and saved in a separate file (kv).

This allows some useful behaviour, such as displaying several times the same knot, in the same application. Nothing preventsdoing the same with different applications : the same knot can be displayed in a graph, and simultaneously in a todo-list software. This last feature is still planned, unfortunately. A very important feature of knotview is the ability to show the same information differently, depending on the users needs. A todo-list will be shown in a list view widget, whereas a brainstorming needs a powerful graphical interface.

Each knot can be assigned one or more user-defined categories. This allows to set shorts of type to knots. As for now, only displayed knot color is affected, but much more can be done with this. A good example where this is useful is a dictionary. Nouns, verbs, adjectives can be affected different categories. Other categories can be used to distinguish between feminine and masculine (if applicable).

More examples are given in the tutorials.

<<less
Download (0.099MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
827 downloads
gsnapshot 1.0

gsnapshot 1.0


gsnapshot is a GTK2 application for capturing a screen snapshot of the entire screen, a window or a region. more>>
gsnapshot is a GTK2 application. The project provides for capturing a screen snapshot of the entire screen, a window or a region, with a simple user interface.

gsnapshot only depends on GTK version 2.8.x (developed and tested with gtk-2.8.16) thus, only X Windows is needed to capture the screen, a window or a region.

Localized with many translations taken from BabelFish many may be awful: German, Spanish, French, Bahasa Indonesia, Italian, Japanese [Default: English]

Screen capture can be saved to a file as PNG, JPEG or BMP format.

Screen capture can be printed to a PostScript file or piped to /usr/bin/lp.

<<less
Download (0.056MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
XScreenSaver.App 1.0

XScreenSaver.App 1.0


XScreenSaver dockapp that will lock (left-click) your XSession and upon right-click bring up the XScreenSaver prefs. more>>
XScreenSaver dockapp that will lock (left-click) your XSession and upon right-click bring up the XScreenSaver prefs.

<<less
Download (0.17MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1099 downloads
kmplot 1.0

kmplot 1.0


kmplot is a mathematical function plotter for the KDE desktop. more>>
Kmplot is a mathematical function plotter for the KDE-Desktop. It has built in a powerfull parser.

You can plot different functions simultaneously and combine their function terms to build new functions.

Kmplot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
<<less
Download (0.50MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1514 downloads
KMameRun 1.1.0

KMameRun 1.1.0


KMameRun project is a KDE frontend for M.A.M.E. more>>
KMameRun project is a KDE frontend for M.A.M.E.
Here you can comfortably set your default or per game configurations when calling xmame. The xmame binary has to be available somewhere on your system.
It features a screenshot preview, search input boxes, and a nice look and feel.
Enhancements:
- kmamerun/maindialog.cpp (ReadStderr): use a textedit instead of a listbox to fix the scrolling error.
- debian/README.Debian: and more files added to make a .deb distribution
<<less
Download (0.070MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1076 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5