General > Support
Error: Access denied for user 'root'@'localhost'
(1/1)
raprain:
--- Code: ---$webimroot = "/webim";
/*
* Internal encoding
*/
$webim_encoding = "utf-8";
/*
* MySQL Database parameters
*/
$mysqlhost = "localhost";
$mysqldb = "webim";
$mysqllogin = "root";
$mysqlpass = "";
$mysqlprefix = "wm";
$dbencoding = "utf8";
$force_charset_in_connection = true;
/*
* Mailbox
*/
$webim_mailbox = "webim@yourdomain.com";
$mail_encoding = "utf-8";
--- End code ---
help me please :(
Correct the mistakes:
Could not connect, please check server settings in config.php. Error: Access denied for user 'root'@'localhost' (using password: NO)
http://gaziantephayatsu.com/webim/install/
g0dd3rz:
This usually means you have changed the password for the "root" user in your mySQL install. by default it is normally blank.
Just update the line below in config.php with the password you set...
$mysqlpass = "[mySQL Root password here]";
Hope that helps.
Navigation
[0] Message Index
Go to full version