[11:10:14] Hello, I was using the allimages function from https://www.mediawiki.org/w/api.php , and it seems like there are very few new images. I only found a couple uploaded in September, and then nothing all the way back till March. The query used was [11:10:15] https://www.mediawiki.org/w/api.php?action=query&list=allimages&aiprop=user%7Ctimestamp%7Curl&aisort=timestamp&aidir=older (from the documentation). Am I missing something, or is that functionality for some reason defunct? [11:52:01] https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki [11:52:04] the manual says [11:52:12] GRANT ALL PRIVILEGES ON wikidb.* TO 'wikiuser'@'localhost' WITH GRANT OPTION; [11:52:24] is the "WITH GRANT OPTION" really needed? [11:53:09] I am migrating wiki from a server where "SHOW GRANTS" shows all privileges, but not grant option