MySQL 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 Tutorials
In: MySQL /
Miscellaneous
July 02, 2008
This second installment covers an introduction to databases, logging on to MySQL, defininfg SQL, inserting data into a table...
In: MySQL /
Miscellaneous
July 02, 2008
Together, PHP & MySQL form the most widely used open source database and scripting technologies on the Web today. This book...
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 /
Tables and Fields
June 22, 2008
Once you have a database, it's time to make some tables...
In: MySQL /
Basics
June 22, 2008
Before you can start creating tables you need to have a database...
In: MySQL /
Miscellaneous
June 21, 2008
What if you forget the name of a database or table, or what the structure of a given table is (for example, what its columns...