Database
Features
MySQL
Database:
MySQL is multi-user,
multi-threaded SQL Database Server it is very fast, reliable, and
easy to use. The SQL (Structured Query Language) is a standardized
database language that simplifies storing, updating and accessing
information such as customer or product data. Its flexibility and
speed allow you to also store logs and pictures. MySQL is designed
to scale well under heavy traffic conditions and is ideal for
database-intensive or e-commerce-enabled Web sites. MySQL was
developed to handle very large databases much faster than existing
solutions and has been successfully used in highly demanding
production environments for several years. MySQL today offers a
rich and very useful set of functions. The connectivity, speed,
and security make MySQL highly suited for accessing databases on
the Internet. It consists of a multi-threaded SQL server that
supports different backends, several different client programs and
libraries, administrative tools, and several programming
interfaces.
PostGRE SQL
Database:
PostgreSQL is a sophisticated
Object-Relational DBMS, supporting almost all SQL constructs,
including sub selects, transactions, and user-defined types and
functions. It is the most advanced open-source database available
anywhere.
PHPMyAdmin:
PHPMyAdmin enable to handle
the administration of MySQL over the web. Currently it can:
-
Create
and drop databases
-
Create,
copy, drop and alter tables
-
Delete,
edit and add fields
-
Execute
any SQL-statement, even batch-queries
-
Manage
keys on fields
-
Load
text files into tables
-
Create
and read dumps of tables
-
Export
data to CSV values
BACK