Tag: Open Source

Community

Database Design (Sample Chapter)

(Michael Kofler) This chapter discusses the fundamentals of relational databases, collects the varieties of data and tables available under MySQL, offers concrete examples of MySQL database structures, shows how indexes enable more efficient table access, and, finally, offers enlightenment on concr

Community

MySQL Tutorial – Introduction

(Gez Lemon) Released in January 1998, MySQL is an open source relational database management system (RDBMS). It’s based around the Structured Query Language (SQL), and is best for managing the content of the database as opposed to transactions, as MySQL does not support COMMIT or ROLLBACK. One of th

Community

MaxDB & PHP – Ready for the Web!

(Ulf Wendel) MaxDB by MySQL is one of the two enterprise level databases of MySQL AB. MaxDB has its origins in Adabas D which in 1997 was bought from Software AG by SAP, Europe’s largest software development company. SAP continued the development of the database and made it a stable, powerful and re

Community

MySQL Basics — A MySQL Tutorial

Welcome. This MySQL tutorial provides new MySQL users with very basic, step by step, instructions on how to get started. This MySQL help page also gives more advanced users assistance in upgrading and running multiple versions of MySQL on a computer at the same time. MySQL runs under a broad arra

Community

MySQL Subqueries

(Ian Gilfillan) MYSQL 4.1 has been released as a production version, and with all the new features it is likely a new generation of developers will soon be using MySQL. This month I revisit an old area of contention – subqueries. Until now, MySQL has not supported subqueries, and this lack cause