After creating a MySQL database, called "webim" (with default permissions set to 755) and configuring /webim/libs/config.php with my MySQQL webim database login values, I receive this message:
"
Correct the mistakes:
Could not connect, please check server settings in /webim/libs/config.php. Error: Access denied for user 'webimuser'@'localhost' (using password: YES)
Completed:
PHP version 5.3.17
Application path is /webim
Mibew package is valid.
"
I've tried deleting the 'webimuser' user and recreating it with the same name ('webimuser') and a different password, but I still always receive the same error above. Also, I'm not running MySQL locally, but through cPanel. Should the $mysqlhost = "localhost"; parameter within the /libs/config.php file be set to something else? Could someone please offer some help? Thanks.