Go into mySQL command line and change authentication for user by using the following settings.
ALTER USER '<your_user>'@'localhost' IDENTIFIED WITH mysql_native_password BY '<your_password>'
Go into mySQL command line and change authentication for user by using the following settings.
ALTER USER '<your_user>'@'localhost' IDENTIFIED WITH mysql_native_password BY '<your_password>'