Host "primary.<....>" is not allowed to connect to this MySQL server.
This is in spite of the fact that, using webmin, I have created a valid user with full access permissions on that db, and host permissions for the local machine, both in numeric form and FQDN form
On Sat, 2003-03-15 at 13:05, Andrew Savory wrote:
On Sat, 15 Mar 2003, Tony Dietrich wrote:
jdbc:mysql://localhost/pp1
succeeds (I have a copy of the database on the local machine, IP 192.168.0.2), but
jdbc:mysql://192.168.0.1:3306/pp1
gives me..
"Server configuration denies access to data source"
What happens if you try accessing the machine using the mysql command-line client? ie:
mysql -u user -p -h 192.168.0.1 pp1
?
Andrew.
-- All views are my own .... who else would want them?
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!