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.
Error While connecting to MySQL Remotely
Re: Error While connecting to MySQL Remotely
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.
See mysql documentation, i cannot post urls because i am newbie.