Last modified: 2013-09-03 11:47:44 UTC
On the Toolserver, if you name a database and it has the suffix "_p", any toolserver user can read it and query it. From an end user perspective, this is much easier than trying to figure out how mysql permission settings work.
MariaDB [(none)]> grant select, usage on `\_p%` . * to '%'@'%'; Query OK, 0 rows affected (0.00 sec)
need to be consulted with someone who understand mysql better :/
bots project is getting closed