Mysql database management system

Importing A Mysql SQL File

MySql
Here's a quick way to backup your Mysql database on your host and deliver it onto your local development environment. This is very useful for websites that use content management systems (CMS) where the data is generated on the hosting site and not locally.

Filed under:

Programming C# and MySql

C Sharp
This article will look into the basics of developing database applications with C# and the MySql Connector/NET driver.

Filed under:

How To Setup A WAMP Development Environment

Apache HTTP logo
This article will discuss in detail how to setup a local Windows Apache, MySQL, and PHP (WAMP) development environment.

Filed under:

LiveLessons: SQL Fundamentals

Looking for a quick way to get up to speed with SQL? LiveLessons offers video instruction for learning SQL all from the comfort of your chair.

Filed under:

Mysql Command Handbook

MySql
Here's a MySql database handbook that I think you will find useful. It consists of common MySql commands that you can enter in on the Mysql client program.

Filed under:

MySql AutoIncrement "Bug"

MySql
This afternoon I was taking a look at one of my Mysql databases doing record counts and noticed a problem. What I was seeing as the actual record count using MySQL Query Browser didn't match with the auto incremented identifier column.

Filed under:

Using MySql with VB.NET

VB.NET
Every now and then when I have a sudden burst of programming inspiration I reach inside my programming toolbox and pull out an old trusty friend - Visual Basic. Over the years I've appreciated the benefits of using VB. One of them is not having to spend countless days creating a Windows GUI application the old fashioned way by using C/C++. WndProc, GetMessage, and RegisterClass are things I used to do a decade ago as a Windows developer and it was a real pain.

In this article, I discuss how to integrate MySql with VB.Net.

Filed under:

MySQL 5.1 Install Problems

MySql
If you are having problems installing MySQL 5.1 for Windows and are reading this, you are not alone. Over the past 5 hours I have beaten my head trying to install this thing to no avail.

Filed under:

Windows Apache, PHP and Mysql Install Problems and Solutions

Having problems with installing the PHP Windows version and Mysql?

No doubt it can be a frustrating experience, especially if you are new to PHP, Mysql, and Apache. Here are some common problems and solutions that I have run into over the years.

Filed under: