Mysql Read HTTP URL

Asked

Viewed 40 times

0

I would like mysql to read a url through a SELECT

I searched and saw that you have an answer here.

I did the whole procedure as it is in this link, but to no avail

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

Something else is missing?

  • I want mysql to read a url

  • Functions were created? http_get(),http_post(),http_put(),http_delete(). What is the error that gives?

  • No. They were not created

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.