-
Notifications
You must be signed in to change notification settings - Fork 396
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
部署问题 #40
Comments
今天测试了下, 我数据库ip写对了(内网ip), 端口写对了(3306没有映射为别的端口), 密码写对了(没有任何特殊字符, 密码对比了n次), 还是出现了如下错误: |
密码不用"或'括起来 |
数据库连接有问题,beego框架是这样报错的 |
我也是这样,估计windows下的,不能这样玩 |
"PPGo_Job" /min PPGo_Job.exe |
已找到解决办法 db.host = 127.0.0.1
db.user = username
db.password = password
db.port = 3306
db.name = "test"
db.prefix = pp_
# 时区修改如下, 即可在 windows 上运行
db.timezone = Local @george518 建议在文档中特别注明一下 |
我在启动ppgo-job系统的时候, 收到如下错误
ppgo-job | [ORM]2019/08/01 14:22:48 register db Ping
default
, open usr/local/go/lib/time/zoneinfo.zip: no such file or directoryppgo-job | must have one register DataBase alias named
default
按照教程安装的, 教程上没有说明数据需要使用什么库名, 在app.conf中如何配置, 我创建了一个库名为ppgo_job3并且db.name = ppgo_job3. 还是报以上错误, 库名为ppgo_job2, default也是以上错误, 请问如何解决
The text was updated successfully, but these errors were encountered: