MySQL Basics Tutorials
MySQL, is an open source relational database management system (RDBMS) which like many commerical packages uses Structured Query Language also known as SQL (pronounced "sequel"). It is popular among Linux/UNIX users as well as PHP programmers, but it is also compatible with Microsoft Windows and Mac OS X. If you're interested in running MySQL on your systems, these tutorials will help you on your way to developing and using this technology.
- Miscellaneous (15)
- Tables and Fields (2)
- Basics (9)
- Formatting (0)
Recent MySQL Basics Tutorials
In: MySQL /
Basics
December 03, 2008
If you've been using MySQL database to store your important data, it is imperative that you make a backup of your data to...
In: MySQL /
Basics
July 04, 2008
Now it is time to add some dynamic content to your website. The best choice for ease-of-use, price and support is the combination...
In: MySQL /
Basics
June 28, 2008
Before you can start running your queries you need to get your client talking with your server...
In: MySQL /
Basics
June 28, 2008
This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use ...
In: MySQL /
Basics
June 28, 2008
Learn how to obtain and install MySQL by reading this installation guide...
In: MySQL /
Basics
June 25, 2008
Now that you know how to enter commands, it's time to access a database...
In: MySQL /
Basics
June 25, 2008
This section describes the basic principles of entering commands, using several queries you can try out to familiarize yourself...
In: MySQL /
Basics
June 22, 2008
Before you can start creating tables you need to have a database...
In: MySQL /
Basics
June 21, 2008
The SELECT statement is a MUST if you plan on using databases...