create user bi identified by 'password'; -- set password for bi = password('abcd1234'); grant all on bidb to bi;
-- set property for 'bi' 'max_user_connections' = '200'; show property for 'bi' like '%max_user_connections%';