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

创建项目提示成功却在项目管理中看不到内容。 #1

Open
charleybin opened this issue Aug 9, 2022 · 6 comments
Open

Comments

@charleybin
Copy link

rt但是在web端创建项目时,提示成功却在项目管理中看不到创建的内容。

已经通过curl测试。数据库配置也写到settings.yaml里了
curl http://192.168.14.83:8080/app/patch
{"code":-2,"data":null,"msg":"bundleId==null"}

SettingsYaml settings file

mysql_user: root
mysql_password: root
mysql_host: 192.168.14.83
mysql_port: 3306
mysql_database: fairdb

我手动创建了一个db,名字叫fairdb。不过服务启动后,里面没有生成table。

@blindmonk
Copy link
Contributor

目前table需要自己手动创建哈,这块我们后续完善下创建table流程

@blindmonk
Copy link
Contributor

创建表和表结构详见:FairPushy/server/db_fair_dynamic_table.txt

@charleybin
Copy link
Author

赞~数据表有了
不过web中提示创建项目成功,db里还是没数据。
image

image

log内容:
image

@DestinyMing
Copy link

同样遇到这个问题,麻烦能帮忙解决一下

@rickli
Copy link

rickli commented Feb 27, 2023

目前也遇到同样的问题了,创建应用发现log输出了一堆log,这是因为FairPushy不支持mysql版本为8.x导致的。
image

需要降低mysql的版本才可以访问mysql数据库
image

@blindmonk
Copy link
Contributor

目前数据库确实不支持最新的8.x的版本,可以先降低下数据库版本来实现接入。后续我们会升级插件来支持8.x版本的数据库

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

4 participants