Topic on Talk:Quarry

Getting "[Errno -2] Name or service not known" on execution of query

3
SuperSonicSpy1 (talkcontribs)

Can't connect to MySQL server on 'enwikipedia.analytics.db.svc.wikimedia.cloud' ([Errno -2] Name or service not known)

Query is on enwikipedia:

SELECT

   pagelinks.pl_from,

   pagelinks.pl_namespace,

   pagelinks.pl_title,

   pagelinks.pl_from_namespace,

   page.page_title

FROM pagelinks

INNER JOIN page ON pagelinks.pl_from = page.page_id;

TheDJ (talkcontribs)
SuperSonicSpy1 (talkcontribs)

Thanks for the help! Sorry I took so long to respond, got distracted by other stuff.

Reply to "Getting "[Errno -2] Name or service not known" on execution of query"