Page MenuHomeMiraheze
Paste P319

Ext:CA (local|global)user query times
ActivePublic

Authored by Paladox on Jun 19 2020, 17:58.
MariaDB [mhglobal]> select * from globaluser where gu_name = 'zalgo';
Empty set (0.001 sec)
MariaDB [mhglobal]> select * from localuser where lu_name = 'zalgo';
Empty set (0.001 sec)
MariaDB [mhglobal]> select * from globaluser where gu_name = 'Paladox';
xxxx
1 row in set (0.001 sec)
MariaDB [mhglobal]> select * from localuser where lu_name = 'Paladox';
xxx
697 rows in set (0.016 sec)

Event Timeline

RhinosF1 changed the title of this paste from untitled to Ext:CA (local|global)user query times.Jun 19 2020, 18:04
RhinosF1 updated the paste's language from autodetect to text.
RhinosF1 added projects: Database, MediaWiki.