Hi all,
currently i am working on some spatially enabled application. I have been trying to do the following on easyphp 2.0 but failed.
mysql> CREATE TABLE geom2 (g GEOMETRY) SELECT g FROM geom;
mysql> SELECT AsText(g) FROM geom;
the second query failed. My question is, is spatial extension has been supported in the version of mysql used in this version of easyphp?
thanks.
remi