MySQL Forums
Forum List  »  GIS

Can Not Create Geospatial Table
Posted by: John Schattel
Date: August 26, 2011 12:50PM

I am trying to create a geospatial table using the following:

CREATE TABLE geo1 (g GEOMETRY);

I get the following error:

ERROR 1064: You have an error in your SQL syntax near 'GEOMETRY)' at line 1

Does this mean that our version (see query below) of MySQL doesn't support geospatial tables?

mysql> select version();
+-----------+
| version() |
+-----------+
| 3.23.58 |
+-----------+
1 row in set (0.00 sec)

if so, is there a way to add the geospatial extension?

Options: ReplyQuote


Subject
Views
Written By
Posted
Can Not Create Geospatial Table
5246
August 26, 2011 12:50PM
2846
August 30, 2011 11:30AM
2790
September 29, 2011 10:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.