I tried to connect a mysql db from outside with a db client (dbeaver-ce) but I couldn't because all the mysql users are not exposed to outside, according to the doc. So I logged in through SSH and run the command:
devil mysql access add db_user@%
But I got the error message below:
Did I get banned? Or did I missing any step?