I'm trying to write a java app that will sync all of my public images into a database. I'm trying to connect to my database via a jdbc connection, but every time i try to connect I get denied. I've tried running the command:
grant all on *.* to etc.
but I am denied everytime. I've created a user and granted all permissions but it doesnt seem to make a difference. Any help would be appreciated. Thanks.
- Matt