Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql Client does not support authentication protocol requested by server; consider upgrading MySQL client

/* First run this */

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';


/* Where root as your user localhost as your URL and password as your password */

/* Then flush all prvilates */

flush privileges;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #Client #support #authentication #protocol #requested #upgrading #MySQL #client
ADD COMMENT
Topic
Name
3+5 =