Follow Us!

Referential Integrity with MySQL

Posted by on Dec 3, 2009 in Database Tutorials, MySQL Tutorials | 15 comments

Referential Integrity is when the rows from one table are “cross-referenced” and verified with those in another table. This tutorial will walk you through using MySQL to enforce this rule.

Read More

Downloading and Installing Heidi SQL

Posted by on Nov 24, 2009 in Database Tutorials, Windows Tutorials | 32 comments

Recently, John and I have been doing a lot of database work using MySQL and have had to connect to several large databases and manage them correctly. This can be a daunting task without a tool to easily do so. This is where Heidi SQL comes in. This tutorial will walk you through downloading, installing, and configuring Heidi SQL to use against your MySQL databases.

Read More