karutaproject / karuta-backend_legacy

Data repository for Karuta. Can write into MySQL and Oracle databases.
Other
10 stars 15 forks source link

Use of Mysql 8 and upper #94

Closed jgribonvald closed 4 months ago

jgribonvald commented 1 year ago

Since Mysql 8 the function PASSWORD() was deleted. MariaDB doesn't have this problem.

So this line doesn't work: https://github.com/karutaproject/karuta-backend_legacy/blob/master/src/com/eportfolium/karuta/data/provider/MysqlDataProvider.java#L14396

nobry commented 4 months ago

Should be fixed with bf819da45f87e847d3a12104ef505e7910209661 If needed, a salt could be added.