May 5

Creating Your first MySQL Table

MySQL Tables are like basic html tables that web developers use to display data with rows and columns. Or you can think of MySQL Tables like the data tables you had to create in science class before graphing your data. Read the rest of this entry »

May 4

Connecting Your First SQL Database

In this tutorial you will learn how to connect to your first Mysql Database using PHP and its PHP functions. You will need to know the basic knowledge of how to use PHP.
Read the rest of this entry »

May 4

Setting up Cpanel Database and User

In this tutorial we will be setting up your first cpanel mysql database and mysql user. Then we will be connecting them so we can use them for programming purposes.
Read the rest of this entry »

May 3
What is MySQL5?
icon1 admin | icon2 MySQL 5 | icon4 05 3rd, 2008| icon31 Comment »

What is MySQL?

MySQL is a relational database system that stores data for later usage. MySQL stands for “My Structured Query Language”.
Read the rest of this entry »