Extending Mysql with Curl Support
send http requests using SQL
Oct 29, 20235 min read205

Search for a command to run...
Articles tagged with #mysql
send http requests using SQL

I started using sphinxsearch for fulltext search a long time ago and I have been quite satisfied with it. A year ago I decided to migrate to manticore which is an up-to-date, fully open-source fork of Sphinx maintained by original Sphinx developers. ...

Mysql has many open-source backup tools out there, some of which are mysqldump, mydumper for logical backups and xtrabackup for hot physical backups. They do their jobs very well and they are feature-rich. However, it is a common thing to back up the...
