So I stripped the grant rights, dropped the user, dropped the database, created the db, created the user, granted the user to everything (5.0.2 didn't like botdbname*.* and I had to drop the single quotes around user name, and totally dropped the @ localhost). It now loads all the modules, but then comes up with...
Fatal error: Cannot redeclare class BotStatisticsUI in C:\BeBot\TNTB1\modules\ao\BotStatisticsUI.php on line 89
PHP Notice: Undefined variable: pw in C:\BeBot\TNTB1\StartBot.php on line 100
I went back into mysql and confirmed the user has the correct access to the db and all related tables. I still cannot figure out why the pw is showing undefined in startbot when all the passwords are correct in bot.conf and mysql.conf.