'Mysql 8.0 Not supports ST_POINTFROMWKB Any Alter Native?

SELECT * from ip2loc.netacuity as IP where MBRCONTAINS(IP.ip_poly,ST_POINTFROMWKB(POINT(2925896821,0)))

[SQL] 

SELECT * from ip2loc.netacuity as IP where MBRCONTAINS(IP.ip_poly,ST_POINTFROMWKB(POINT(2925896821,0)))

[Err] 3037 - Invalid GIS data provided to function st_pointfromwkb.

IN mysql 5.7 its working



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source