The ideal database to work with web applications.
It is more than probable that the majority of websites and services that you use over Internet works thanks, among others, to a
MySQL database. This database system focused towards web servers is really popular and supports from the Google services to the majority of personal blogs that exist.
MySQL 5.1 is one of the most stable and used versions.
MySQL 5.1 is a
multithread and multiuser relational database that has standardized in what regards to the support for the vast majority of
CMS together with the well known
PHP language. Some of the systems that use
MySQL 5.1 are
Drupal,
phpBB or
Wordpress, thanks to its dynamism, versatility and the adaptation capacity and improvement that it has shown with each new version.
As is logical, this database supports all kinds of instructions and
SQL operations like searches, modifications and triggers. What's more, it
offers complete compatibility with Unicode and it offers
ACID compliance when using the
InnoDB, BDB or Cluster engine.
So if you want to learn how to control and configure a database that you will probably use if you focus your career towards web programing,
download and try
MySQL 5.1 on your computer.