Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql 8 error on identified by

use mysql;
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON *.* TO 'username'@'localhost';
flush privileges;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #error #identified
ADD COMMENT
Topic
Name
8+5 =