MySql has builtin restrictions on what IP address can access the database.

In this case you might have "localhost" or "10.5.6.104".

Have you verified user privileges? Try something like:

SELECT User, Host, Password FROM mysql.user;

and see what's allowed.

Hank



On Fri, 22 Apr 2011, Sandeep Tamrakar wrote:

Hello all,
I just installed the Matterhorn 1.1 and I am having hard time connecting to the 
database.

_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to