[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
4
chat_web_backend/test_mysql.sh
Executable file
4
chat_web_backend/test_mysql.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "测试MySQL连接..."
|
||||
echo "密码: 1234567890"
|
||||
mysql -uroot -p1234567890 -h127.0.0.1 -e "SHOW DATABASES;" 2>&1 | head -20
|
||||
Reference in New Issue
Block a user