Simplest Way To Backup WordPress From BrowserJune 8th, 2008 Traditionally WordPress is backed up by backing the database and the files separately, if required. WordPress 2.5.1 introduces a much simpler way to backup the database in xml format on your desktop.
How To Quickly Backup HSQLDB Database...July 31st, 2007 HSQLDB is a high performance RDBMS written in pure Java. It can be used as a in-memory database or regular file based database.
Sun shares more on its database management plans for Java Enterprise System (J2EE)July 2nd, 2005 Sun Microsystems is looking at providing its Java Enterprise System (J2EE) customers with a database management solution that will either take advantage of existing open-source database management technologies or developed in-house. I think they should leverage from some high quality open source database management solutions rather than re-inventing the wheel.
How To Use Vanilla Forum On MySQL Database Without Password SetOctober 23rd, 2006 First of all I want to make it clear that having a MySQL database without a password set (on your root account) is a very very bad idea. However I wanted to set it up on my home machine which has XAMPP installed.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
Oracle Aligns Itself More Closely With PHP DevelopersMay 23rd, 2005 Oracle integrates PHP scripting engine (dubbed "Zend Core for Oracle") with its 10g database and application server for building apps based on the open source development language. What remains to be seen is whether Oracle is shifting focus away from Java or just encompassing additional languages.
What is The Best Database for a Souped Up Hashtable?July 6th, 2007 All I really want is to store a very large Hashtable with more reads than writes. It should be able to deal with more than 8GB of data.
How To Migrate Mantis Defect Tracking System From Windows To Linux / Fedora Core 6May 12th, 2007 Mantis is popular php based defect tracking application which works on top of RDBMS like MySQL and PostgreSQL. Recently I ported our Windows based Mantis installation to Linux.
Biggest Db4o Gotcha!August 18th, 2008 Db4o is an excellent open source object database for Java & .NET platform by Carl Rosenberger's team. I highly recommend it for rapid prototyping and RAD.
Db4o Note: Db4o.configure() != Db4o.newConfiguration()August 19th, 2008 In earlier versions of Db4o we used Db4o.configure() to configure all Db4o database globally (across all ObjectContainer). However in 7.2 (and above) versions of Db4o Db4o.configure() has been deprecated and it is suggested to use Db4o.newConfiguration() instead.
Security Vulnerability: Firewall Site Exposes Sensitive Data Through phpMyAdminSeptember 9th, 2007 I was looking for the wiki of a popular Linux based firewall site. The main url was 404, so I went up one level hoping to find a new url.
How to Completely Backup and Restore the Entire Firefox ProfileFebruary 16th, 2009 Firefox has almost become the only solution to your internet browsing these days. Despite the advent of Chrome and the promise of Opera 11, not much of an impact is to be seen regarding people's trust over Firefox.
New techniques of spamming...July 28th, 2004 For quite sometime naive bayesian classifier based SPAMBayes filtered my emails very accurately with very few false positives. Recently however I have noticed few trends in spamming which are alarming in nature.
WordPress Creator Matt's WordPress Blog DownApril 26th, 2009 A comforting day indeed. Matt Mullenweg is the author of the popular blogging software , WordPress.
6 MySQL Database Replication TipsNovember 18th, 2007 Replicating on two or more MySQL master database servers
1. MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on Master
2.