Its in the database. You can extract it using standard database tools.

Once you get into your database (You can use the mysql command line
tool if using mysql. Many hosts will often include software like
MyPHPAdmin to let you run db queries. Details will vary depending on
your db configuration. If you can't figure out how to run your db
software, you can use the sql.php maintenance script included with
MediaWiki) run the query

SELECT * FROM user;

(If you used the table prefix option - $wgDBPrefix, you'll have to
prefix the name user with the prefix)

--
Brian

On Wed, Jan 10, 2018 at 7:51 AM, אחיקם אלירז <[email protected]> wrote:
> Hello everyone,
> Where can I find on my server a file with data on my users (username, email
> etc), if such a file exists?
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to