# 安装mysql服务器sudoaptinstallmysql-server# 启动mysql服务sudosystemctl start mysql# 设置开机自启sudosystemctlenablemysql# 运行安全脚本sudomysql_secure_installation二、ERROR 1524 (HY000): Plugin ‘mysql_native_password’ is not loaded
ALTERUSER'root'@'localhost'IDENTIFIED WITH caching_sha2_password BY'123456';FLUSH PRIVILEGES;