Error While connecting to MySQL Remotely

Forum for questions and support relating to the 1.25.x releases only.
Locked
rharjika
Posts: 7
Joined: Tue Nov 22, 2011 5:14 pm

Error While connecting to MySQL Remotely

Post 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.
omicronvt
Posts: 2
Joined: Fri Jan 06, 2012 9:14 pm

Re: Error While connecting to MySQL Remotely

Post 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.
Locked