Backup and Restore a Single Table with mysqldump

Uncategorized — Titus Barik on February 2, 2010 at 5:09 pm

It is sometimes useful to backup a single table from a MySQL database and re-load it on a different database. You can do so with the following operations:

To backup:

mysqldump original_db table_name > table.sql

To restore:

mysql new_db < table.sql

MySQL Cluster Watchdog Warning Under VMWare

Uncategorized — Titus Barik on February 1, 2010 at 6:19 pm

I’m not sure why I’m getting this from within a VMWare session when running MySQL Cluster:

WARNING: timerHandlingLab now: 4194521 sent: 4194399 diff: 122
2010-02-01 18:05:14 [ndbd] INFO 
     -- Watchdog: User time: 7  System time: 52
2010-02-01 18:05:14 [ndbd] WARNING  
     -- Watchdog: Warning overslept 227 ms, expected 100 ms.

How can I increase the watchdog timer? This is definitely a problem that seems exclusive to running in a virtual machine, but I need to do so for simulation purposes.

Duncan, South Carolina

Travel — Titus Barik on January 17, 2010 at 3:34 pm

I’ll be in Duncan, South Carolina again next week on a business project. It should be my last week at Duncan for final acceptance.

Red Hat Enterprise Linux Derivatives

Uncategorized — Titus Barik on January 14, 2010 at 10:00 pm

As an alternative to Red Hat Enterprise Linux, the following derivatives are available and actively maintained:

My personal preference is CentOS, since it’s as close as you can get to the real thing, including the bugs that come with RHEL.

How to Remove Rockwell Activation

Uncategorized — Titus Barik on January 9, 2010 at 9:42 pm

If you are using the disk-based activation (evmode) with Rockwell and AB software, you can remove all licenses from your machine by deleting the hidden evrsi.sys file on your computer:

attrib c:\evrsi.sys -S -H -R -A
del c:\evrsi.sys

This will delete all evmode activations currently on the system, without affecting the newer FactoryTalk activation system.

Brother MFC-6490CW Default Password

Uncategorized — Titus Barik on January 6, 2010 at 10:16 am

If you are setting up a Brother MFC-6490CW using the PC Remote Setup software, the default password is “access”.

Game Maker 8.0

Uncategorized — Titus Barik on December 29, 2009 at 5:16 pm

Game Maker 8.0 was just recently released by YoYo Games. I’m anxious to spend a day or two exploring the new features as I prepare my course materials for SGD 112, Simulation and Game Development Design I.

Quicken 2010 Bypass Registration

Uncategorized — Titus Barik on December 28, 2009 at 7:49 pm

If you want Quicken 2010 to stop prompting you to register your software, you can do the following:

  1. Press and hold the Ctrl + Shift keys on the left side of your keyboard, and select Tools, then One Step Update.
  2. When the message “You will no longer be prompted for registration” appears, click OK.

Independence of the Seas

Travel — Titus Barik on December 26, 2009 at 4:58 pm

Laurel and I went on a week long cruise to the Western Caribbean on the Royal Caribbean ship Independence of the Seas. It was a wonderful and relaxing way to spend Christmas.

Jasper, Indiana

Travel — Titus Barik on December 13, 2009 at 4:30 pm

I will be in Jasper, Indiana this Monday and Tuesday, returning Wednesday. The project is for Indiana Furniture. After this trip, I will be on vacation until the first week of January 2010.

Next Page »
titus@barik.net | The Weblog of Titus Barik