My problem was on my KSWEB app that I downloaded. I am having no privileges error, but when I opened my config.inc.php and changed
$cfg['Servers'][$i]['auth_type'] = 'cookie';
to
$cfg['Servers'][$i]['auth_type'] = 'config';
It worked and I now have privileges to create a database.