どのホストからでもMysqlサーバーにアクセスできるユーザーを作成したい
私が使う
create user abc@10.10.131.17 identified by 'abc123'
と
grant all privileges mydb.* to 'abc'@'%';
しかし、クライアントを実行すると、エラーが発生します:
"java.sql.SQLException: Access denied for user 'abc'@'10.10.0.7' (using password: YES)
お願い助けて!