my database name is :
test
i gave :
grant all on test.* to 'me' identified by 'foolinGAround_8-'
and when i try to connect through jdbc i am getting
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied for user 'me'@'%' to database 'test/'
what is the reason and how can I solve it?