https://dev.mysql.com/downloads/installer/
Mysql -u root -p
alter user 'root'@'localhost' identified by '1234';
flush privileges;