introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

mysql spatial extension



Posted by: remiglobal
April 02, 2009 08:14AM
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
Posted by: remiglobal
April 02, 2009 08:27PM
ive already found the answer. It is supported but not the phpmyadmin. Please change to the latest phpmyadmin to view the result of the above queries.

sorry for the lame question.