No need to panic over #MySQL – are other open source databases available. #PostgreSQL, #Firebird, #HSQLDB, even Apache #Derby

MySQL users are nervous about Oracle’s takeover of Sun Microsystems, according to InfoWorld. You can see their point: Why would a company whose main product is a proprietary database be interested in maintaining an open source competitor to it?

There are other open source databases available. PostgreSQL, Firebird, HSQLDB, even Apache Derby can all be called into service, depending on your needs. The developer communities behind any of these projects would be more than happy to help scores of ex-MySQL users migrate to their particular platform. They almost certainly already have tools to do it

DbBench 0.6.0 Release

Tsutomu Hayashi released DbBench 0.6.0.

List of changes :

* Move development environment to Delphi2010.
* Add “ENGINE INNODB” to MySQL CREATE TABLE script.
* Firebird now use dbExpress driver for firebird by Embarcadero.
* Add “WaitOnLocks = True” for each drivers parameter.
* Change processed transaction count method, now include rollbacked transaction.

Firebird 2.1.3 uploaded to #debian #unstable #sid

Firebird 2.1.3 package is uploaded to Debian Unstable (Sid) and here is the list of package changes

* fix repack.sh invocation in watch file
* make executable
* New upstream release
+ drop patches released upstream
– cvs_CVE-2009-2620_DOS.patch was deleted (fixed upstream in 2.1.3)
– cvs_autogen.sh-autoreconf.patch
* refresh all patches to apply cleanly
* no longer regster QuickStart.pdf with doc-base; it was dropped upstream
* -classic.postinst: remove stray stop rc.d symlinks

What is interesting is to see the import diff vs the 2.1.2 package

1 166 167 168 169 170 296