Changes

Jump to: navigation, search

MySQL Database Architecture

359 bytes added, 15:19, 29 October 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Database Basics|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[The mysql Command-Line Tool|Next]]</td>
<tr>
<td width="20%">Database Basics<td align="center"><td width="20%" align="right">The mysql Command-Line Tool</td>
</table>
<hr>
 
There are two flavors Database Management System (DBMS) known as shared-file and client server. A shared file based DBMS consist of a database access application which interacts directly with the underlying database. This types of database are typically designed for less demanding data storage needs and are used almost exclusively on desktop computers. Microsoft Access is a typical example of this category of DBMS. Such database systems are never used in distributed or enterprise level environments.

Navigation menu