摘要: 安装nginx sudo apt update sudo apt install nginx 安装php7.4 1.add-apt-repository ppa:ondrej/php 2.apt-get update 3.apt-get install php7.4 php7.4-common ph 阅读全文
posted @ 2023-08-17 16:17 德玛东亚 阅读(18) 评论(0) 推荐(0)
摘要: ubuntu20 上安装了mysql之后,发现数据库的密码为空,需要重新的设置下密码 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by '123456'; flush privileges; exit 退出后 阅读全文
posted @ 2023-08-17 15:27 德玛东亚 阅读(45) 评论(0) 推荐(0)