wei

Results 3 issues of wei

需求调整默认音量,或者提供参数

mysql 的lower_case_table_names =0 时候,会抛异常: `Caused by: java.sql.SQLSyntaxErrorException: Table 'ry.QRTZ_LOCKS' doesn't exist ` **解决方法**: 修改参数:lower_case_table_names 设置1,不区分大小写。 需要注意两点: 1,修改此参数会造成数据库重启 2,您需要核实下实例下的库,表是否都是小写,否则修改会报错。 查大写的库表名: select table_schema,table_name from information_schema.tables where table_schema not in("mysql","information_schema") and (md5(table_name)md5(lower(table_name)) or...

### Initial Checks - [X] My `openai-forward` version is not lower than v0.7.0 ### Issue Description (base) C:\Users\Administrator>aifd run Traceback (most recent call last): File "C:\Users\Administrator\anaconda3\lib\runpy.py", line 197, in _run_module_as_main...