Home Tags MySQL

Tag: MySQL

Testing Your Databases with DbUnit

4
DbUnit is ideal as an add-on testing framework when developing applications in Java-based languages, which rely heavily on databases. This article assumes that the...

A Simple Guide to Database Design in MySQL

6
As the title says, this is an introduction to databases, their purpose and features. It deals with how to design and create a simple...

When Should I Consider an Open Source Database?

0
This article gives you facts, figures, and useful advice on when choosing an open source database makes good business sense. Read on! 2010 was a...

Databases in the Era of Cloud Computing and Big Data

8
We take a look at the directions in which databases are evolving, driven by the twin factors of the "Cloud" and "Big Data". Let's...

Securing Database Servers

2
With the ever-expanding data requirements for Web applications, database administrators often configure security parameters at the OS and database layer. Unfortunately, administrators seldom consider...

CNN-IBN’s Rocking Affair with PostgreSQL

1
Developers and companies that build or deploy software solutions for websites that have to be available 24/7 can rely on fool-proof open source database...

Better Queries with MySQL, Part 3: The MyISAM Storage Engine

1
MyISAM is MySQL's default storage engine, and is probably most commonly used by new adopters of MySQL. The objective of this article is to...

Advanced Nmap: NMap Script Scanning

0
In previous articles, we have studied NMap in great detail, including live scanning a firewall and verifying the recommendations. Now, it's time to study...

Exploring Software: Extending J2EE Applications Using Grails

0
We look at how J2EE users can benefit from agile development methodologies by using Grails to maximise the returns from their middleware layer. Exploring Grails...

Less is More: Exploring the Radiant CMS

0
Need to build a website or weblog? Just want a simple CMS that makes your life easier? Radiant is for you! In this article,...