MySQL Features

The following list shows the most important properties of MySQL.

  • Clients and Tools
  • Localization
  • Connectivity
  • Scalability and Limits
  • Security
  • Data Types
  • Client/Server Architecture
  • Stored procedures
  • Views
  • SubSELECTs
  • SQL compatibility
  • Triggers
  • Unicode
  • User interface
  • Full-text search
  • Replication
  • Transactions
  • Foreign key constraints
  • GIS functions
  • Programming languages
  • ODBC
  • Platform independence
  • Speed
  • Relational Database System

ACID

In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties that guarantee that database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction.

jQuery Migrate Plugin

With release of 1.9 version of jQuery, many deprecated methods were discarded and they are no longer available. But there are many sites in production which are still using these deprecated features and it’s not possible to replace them overnight. So jQuery team provided with jQuery Migrate plugin that makes code written prior to 1.9 work with it.

So to use old/deprecated features, all you need to do is to provide reference of jQuery Migrate Plugin.