Table 'buzzly_comicsite.forum_admin' doesn't exist
Table 'buzzly_comicsite.forum_admin' doesn't exist
I get the above error when I open up make_table.php
I created a database with the following paramaters
define('SQL_HOST','localhost');
define('SQL_USER','buzzly_comic');
define('SQL_PASS','pass');
define('SQL_DB','buzzly_comicsite');
my host is localhost
my user is buzzly_comic
my pass is pass
and my db is buzzly_comicsite
any help is appreciated
|