Page 1 of 1

Error While connecting to MySQL Remotely

Posted: Tue Dec 13, 2011 10:26 pm
by rharjika
We have a swing application i.e. the client application that accesses the zoneminder repository remotely. when we try to establish the connection to the mysql db following error occurs
Error

MySQL said:
#1130 - Host '192.168.0.112' is not allowed to connect to this MySQL server

Zoneminder, MySQL is on Debian
Swing is on Windows

It is very urgent, please respond urgently.

Re: Error While connecting to MySQL Remotely

Posted: Mon Jan 09, 2012 12:20 pm
by omicronvt
It seems that you need to create a mysql user with wildcard for the host part, so it can be used to connect from any host, and permissions to read ZM database.

See mysql documentation, i cannot post urls because i am newbie.