作者foxzgerald (O⊥M)
看板Database
标题Re: [问题] Database and DBMS
时间Mon Oct 2 17:50:41 2006
※ 引述《leslieha (哈)》之铭言:
: 装MySQL - 5.0.24-standard
: 用phpMyAdmin连
: 认知上
: Database是MySQL
: DBMS是 phpMyAdmin
: 可是到精华去去看
: 发现在DBMS下面是MySQL
: 我困惑了
: phpMyAdmin不算是DBMS吗? (管理软体)
: 还是说它只是算是一个 UI ?
: 那MySQL算是DBMS
: 那我装的Databse是那一套?
: 还是 MySQL 算 Database 以及 DBMS ?
资料库(Database)是指一种资讯的群集,它以系统化的方式被储存在电脑上。
而管理这些资料群集的系统,则是资料库管理系统(Database Management System,
DBMS)。
DBMS 的种类繁多,每种资料库各有其系统化资讯群集的途径,像是关联式资料库
(
Relational Database)和物件资料库(
Object Database);管理这类资讯群集的,
则是
RDBMS、和
ODBMS 等。
MySQL 是种资料库管理软体(DBMS),它被用以管理资讯集合(资料库/Database)。
phpMyAdmin 只是种资料库查询的 Client,它只是种协助查询(Query)资料库的
使用介面而已。
参考资料:
根据 google://define:dbms 和 google://define:database 所查到的定义,
[DBMS] DataBase Management System (sometimes also referred to as a Database
Manager). Software designed to manipulate the information in a database.
It can add, delete, modify, sort, display and search for specific information,
and perform many other tasks on a database. Examples of legacy flat-file DBMS
systems are: dBase, Clipper, FoxPro and DataEase. Some of the specialized
DBMS types in existence are: RDBMS (most popular), ODBMS, ORDBMS, HDBMS,
NDBMS, etc
[Database] A database is a collection of information stored in a
computer in a systematic way, such that a computer program can consult
it to answer questions. The software used to manage and query a database
is known as a database management system (DBMS). The properties of database
systems are studied in information science.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.119.199.121
※ 编辑: foxzgerald 来自: 140.119.199.121 (10/02 18:28)
1F:推 leslieha:谢谢 (学到一招 google://xxx) 10/03 08:15