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
这个工程,表结构怎么去创建?
The text was updated successfully, but these errors were encountered:
可以试试这么做: mysql -uroot -pPASSWORD -e "CREATE DATABASE IF NOT EXISTS aiopms DEFAULT CHARSET utf8 COLLATE utf8_general_ci;" mysql -uroot -pPASSWORD aipoms < static/db/aiopms.sql mysql -uroot -pPASSWORD aiopms -e "update pms_users set password=md5('你想要的密码');"
数据库创建用户、授权什么的,自己去查MySQL使用手册就好了。
Sorry, something went wrong.
No branches or pull requests
这个工程,表结构怎么去创建?
The text was updated successfully, but these errors were encountered: