Code:
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'sunshine_sun';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'sun';
After running the script I changed
$config['Database']['tableprefix'] = 'sun';
to
$config['Database']['tableprefix'] = '';
Should I have also changed
$config['Database']['dbname'] = 'sunshine_sun';
to
$config['Database']['dbname'] = 'sunshine';
?
here's how it looks from phpmyadmin