Magoo's Wise Words
MySQL Quickstart Guide

Posted:
6 Jun 05

P
A
G
E

O
N
E


O
F

F
O
U
R

Getting Started with MySQL

MySQL is the most popular database for creating dynamic content on the web. MySQL is a powerful database useful for storing, cataloging, and working with up to several thousand of records. While MySQL doesn’t require an internet connection, it is most commonly used in conjunction with a scripting language such as PHP or Pearl to create interactive web pages. MySQL is robust, stable, and, best of all, its open source! That means that the database engine is free to download and implement on your own site.

Let me start by saying that the documentation on the MySQL web site is very complete and reasonably readable. The problem with the official documentation is that it is so complete that it is hard to find what you need if you are just getting started. This guide covers the basics to get you started quickly. If you are interested in the advanced functions of MySQL, don’t be afraid to dig in to the documentation after you start to get comfortable with the information I provide here.

In this guide, I will show you all you need to know to create users, create databases, view entries, and change passwords. It’s everything you should need to use MySQL to run a weblog in MovableType or WordPress or any similar simple database application.

Read on for how to make this magic happen for you:

Also, if you need more advanced information about MySQL, here are some other resources.

Here is a pre-configured Google search for: MySQL introduction quick start guide tutorial

Next =>[Magoo's MySQL Quick start Tutorial - Page 2, Installing MySQL]

Skip to page: 1 2 3 4
Updated:
19 Jul 06

P
A
G
E

O
N
E


O
F

F
O
U
R