Execute the migration database command to report an error

this is my issues

My database password is *^%@)*)) , I guess it has something to do with password complexity

Hi @asdfghjkl
And what is the question? I already answered that you probably need to encode special characters. Otherwise change your password if that's easier for you.
I would recommend using DBeaver.io, since it uses JDBC for queries too, so it's a good companion for Metabase, when troubleshooting.

you are right, It’s a matter of password complexity. Thank you

note: Does this mean that passwords with special symbols cannot be used?

@asdfghjkl Just like you cannot use special character in an URL unless you have "URL encoded" the characters - the same thing applies for JDBC connection strings.