Error: Access denied for user 'root'@'localhost'

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ebrahim
User
Posts: 7

Error: Access denied for user 'root'@'localhost'

Post by ebrahim »

hi all
after i up lode my project to the web hosting space and open my Domain show me an error message:

No records found
Failed to connect to sporting at localhost. Error: Access denied for user 'root'@'localhost' (using password: YES)

help me plz .


ebrahim
User
Posts: 7

Post by ebrahim »

i solve error ..

it was in ewcfg11.php

// Database connection info
define("EW_CONN_HOST", 'my_host', TRUE);
define("EW_CONN_PORT", 3306, TRUE);
define("EW_CONN_USER", 'my_username', TRUE);
define("EW_CONN_PASS", 'my_password', TRUE);
define("EW_CONN_DB", 'my_db', TRUE);

thanks :)


Post Reply