Instead of ignoring it you can just add a user named OBDC with no password on localhost like...Quote:
Okay.. I got the AccountServer to work.. But Its saying :
"DB real connect error: Access denied for user : 'ODBC@localhost' (using password: NO)
Any Tips..??
Code:
GRANT SELECT, INDEX, SHOW DATABASES ON *.* TO 'OBDC'@'localhost';