13
Everything you stated in regards to the paths was already done. As far as using PHPMyAdmin, when developing a website offline I always like to mimick both environments as much as possible....and since my hosting company utilizes PHPMyAdmin...so will I.
What I did to resolve the issue was revert back to the "mysql" extension vice "mysqli" ....and ensured all the appropriate extensions were being loaded. I am good to go now. I can now login, however, receive an access denied error when trying to view the various pages. No biggie, I've seen the solution for that in other posts. Thanks for all you help guys.