select count(*)
from information_schema.schemata
where rand() > rand();

select count(*) from information_schema.schemata;