Amazium bvba, your online partner
  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2011-10-26 18:36

Restore MySQL database using binlog

database, dba

Suppose you take hourly backups and you loose data in between backups. You can restore the most recent backup, but you will still miss data... in this article I'll explain how you can use the binlogs to restore what you lost.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-04-23 10:17

Informix: Sysmaster queries

dba, sysmaster, informix

I'm in a sharing mood today, so let me post a link I discovered while looking for some informix sysmaster queries.

http://www.informixfaq.com/wiki/doku.php/wiki:sysmaster

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-04-18 00:10

MySQL : Timestamp

timestamp, data types, database

The TIMESTAMP datatype in MySQL has some nice features which aren't well known. It's a datatype used to store a date-and-time value.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2008-10-12 15:22

DBAccess garbled display

dbaccess, informix

If you try to use dbaccess on the command line, it might not work properly if your TERM is configured badly.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2008-08-31 23:20

Move database to another dbspace

dbspace, informix

I recently encountered a problem where we had accidentally created a new database in the root dataspace. We only found out about this after receiving a lot of out-of-space errors. Here is how we moved it to the proper dbspace.

Previous Posts