We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 安装ubuntun系统18.04 2 安装 python3.9 3.安装库 python3 -m pip install -r requirments.txt 4 安装 mysql #apt直接装就行 5 新建数据库 # create database 库名 default charset=utf8; 6 mysql 新建用户 密码 授权访问新建的库 #最好别用root用户 7 修改 ApolloScanner/ApolloScanner/setting.py 中的数据库配置
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 安装ubuntun系统18.04
2 安装 python3.9
3.安装库 python3 -m pip install -r requirments.txt
4 安装 mysql #apt直接装就行
5 新建数据库 # create database 库名 default charset=utf8;
6 mysql 新建用户 密码 授权访问新建的库 #最好别用root用户
7 修改 ApolloScanner/ApolloScanner/setting.py 中的数据库配置
The text was updated successfully, but these errors were encountered: