Skip to content

Instantly share code, notes, and snippets.

@Justinzobel
Created August 3, 2021 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Justinzobel/c368c941269a735089cbef8d0def373b to your computer and use it in GitHub Desktop.
Save Justinzobel/c368c941269a735089cbef8d0def373b to your computer and use it in GitHub Desktop.
To get mediawiki page names from MySQL use:
use db_name;
select page_id,cast(page_title as CHAR) from page;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment