Tag: Ubuntu2004/MySQL8
sudo apt install msql-server
[mysqld] collation-server=utf8mb4_bin
sudo mysql_secure_installation
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'password';
sudo systemctl restart mysql