Commit 247e5e7f authored by yumaojun's avatar yumaojun

fix (install.py):  little update to contain liuzheng pr.

1. 请输入数据库服务器用户 [root] , 修改成 [jumpserver]
parent 04821a00
......@@ -232,7 +232,7 @@ class PreSetup(object):
else:
db_host = raw_input('请输入数据库服务器IP [127.0.0.1]: ').strip()
db_port = raw_input('请输入数据库服务器端口 [3306]: ').strip()
db_user = raw_input('请输入数据库服务器用户 [root]: ').strip()
db_user = raw_input('请输入数据库服务器用户 [jumpserver]: ').strip()
db_pass = raw_input('请输入数据库服务器密码: ').strip()
db = raw_input('请输入使用的数据库 [jumpserver]: ').strip()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment