In the MySQL
Labs version of MySQL version 5.7, there is a new HTTP plugin. The
HTTP plugin documentation from the labs site provides this
information (from MySQL Labs):
The HTTP Plugin for MySQL adds HTTP(S) interfaces to MySQL.
Clients can use the HTTP respectively HTTPS (SSL) protocol to
query data stored in MySQL. The query language is SQL but other,
simpler interfaces exist. All data is serialized as JSON. This
version of MySQL Server HTTP Plugin is a Labs release, which
means it’s at an early development stage. It contains several
known bugs and limitation, and is meant primarily to give you a
rough idea how this plugin will look some day. Likewise, the user
API is anything but finalized. Be aware it will change in many
respects.
In …
[Read more]