Microsoft
Software
Hardware
Network
Question : Problem giving while creating spatial index on geomentry column in MySql server.
Hello All,
I am working on MySQL server 5.0.
I have created a table using command
CREATE TABLE geom (g GEOMETRY NOT NULL);
Now I want to create spatial index on column 'g' using command.
CREATE SPATIAL INDEX sp_index ON geom (g);
It gives me following error -
"ERROR 1464 (HY000): The used table type doesn't support SPATIAL indexes"
Please give me some information about this problem.
Thanks in advance,
Regards,
dAshish
Answer : Problem giving while creating spatial index on geomentry column in MySql server.
move the table to MyISAM:
1:
CREATE TABLE geom (g GEOMETRY NOT NULL) ENGINE=MyISAM;
Open in New Window
Select All
Random Solutions
Setting up Visual Web Developer Express & IIS 7 on Vista.
bash script email handling
Any idea on how to extract swf from excel and power point presentation (please explain in layman terms)
Error: you have not chosen to trust "Equifax secure global ebusines ca-1", the issuer of the server's security certificate
Use function as filter for SQL view
Relink Backend Programmatically
Informix : Subtract minutes from datetime
AIX cpu alarm monitor script.
Office 2003 - Font size is too small when opening emails with Outlook 2003
Windows XP SP2 locks up frequently and event log erros are Sidebyside Event ID 32 and 59