My problem was in my XWEB application, which I downloaded. I have a privilege error, but when I opened my config.inc.php and changed
$cfg['Servers'][$i]['auth_type'] = 'cookie';
to
$cfg['Servers'][$i]['auth_type'] = 'config';
This worked, and now I have privileges to create the database.
user5256497
source share