【以下的问题经过翻译处理】 您好,我在升级mysql5.7到8.0时遇到了一些问题。从日志中可以看到:
Errors: 1
Warnings: 2
Database Objects Affected: 79
不过,下面的日志显示的错误似乎已被修改/修复(如日志所示,y、x 和 distance 已被 st_y、st_x 和 st_distance 所取代),但当我再次运行升级时,仍然会出现同样的错误。在我看来,这些更改没有产生任何效果。
12) Usage of removed functions
Following DB objects make use of functions that have been removed in version 8.0. Please make sure to update them to use supported alternatives before upgrade.
More Information:
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals
VIEW uses removed functions X (consider using ST_X instead), Y (consider using ST_Y instead)
FUNCTION uses removed function DISTANCE (consider using ST_DISTANCE instead)
PROCEDURE uses removed functions X (consider using ST_X instead), Y (consider using ST_Y instead)
非常感谢您的帮助。感谢您的回复。