I am logging in with root user in MySQL, and the server has been hardened, so this parameter is set default-authentication-plugin=caching_sha2_password, and this is currently the only user I have.
getting the following error:
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.