Skip to content
New issue

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

关于登录数据库脚本的问题 #4

Open
suxg003 opened this issue Mar 12, 2016 · 0 comments
Open

关于登录数据库脚本的问题 #4

suxg003 opened this issue Mar 12, 2016 · 0 comments

Comments

@suxg003
Copy link

suxg003 commented Mar 12, 2016

1、现在登录的session失效时间很短,建议加长

2、代码中的数据库脚本,mysql完整脚本导入后,启动会报错

我的解决方法是 :只导入\task-master\数据库脚本\自建表\mysql.txt 和“quzrtz表”文件下的tables_mysql.sql
tables_mysql_innodb.sql
初始化登录数据:INSERT INTO TTASK_USER (OPER_NO, OPER_TYPE, OPER_USER_NAME, OPER_PASSWORD, OPER_BRANCH_ID, OPER_REAL_NAME, OPER_PHONE, OPER_EMAIL, OPER_ID_NO, OPER_ROLE, OPER_STATUS, OPER_START_DATE, OPER_END_DATE) VALUES
(10000, '1', 'admin', 'admin', 10000, '10000', '10000', NULL, NULL, NULL, NULL, NULL, NULL);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant