Ubuntu搭建lamp
阿里云免费领了半年的服务器,lamp环境搭建了n次,这里总结一下基本操作。 安装apache2 apt install apache2 -y 安装mysql apt install mysql-server -y mysql安全配置 mysql_secure_installation 是否安装验证密码插件 VALIDATE PASSWORD PLUGIN can be used to test passwords and improve security. It checks the strength of password and allows the users to set onl
用户评论