更新 READM.txt

This commit is contained in:
2026-06-30 15:41:21 +08:00
parent fda83e9cfd
commit c853d2d040
+3
View File
@@ -73,3 +73,6 @@ docker exec -it alert_php bash
apt update && apt install -y mariadb-client apt update && apt install -y mariadb-client
# 测试连接 # 测试连接
mysql -h10.150.117.190 -uroot -p mysql -h10.150.117.190 -uroot -p
docker exec alert_php sh -c "apt update && apt install -y mariadb-client && mysql -h10.150.117.190 -uroot -p你的数据库密码 -e 'show databases;'"
测试容器连接数据库