Created
August 3, 2021 06:01
-
-
Save Justinzobel/c368c941269a735089cbef8d0def373b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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