I would like mysql to read a url through a SELECT
I searched and saw that you have a here answer.
I did the whole procedure as it is in this link , but without success
The select would call the url as in this example here
SELECT http_get('<url>');
SELECT http_post('<url>', '<data>');
SELECT http_put('<url>', '<data>');
SELECT http_delete('<url>');
Installation is for windows
Is there anything else missing?