Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 257 Bytes

File metadata and controls

12 lines (8 loc) · 257 Bytes

Learn SQL

Learn SQL with:

Update your password to use native password:

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