forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Error: 1070
- This topic is empty.
-
AuthorPosts
-
-
March 22, 2011 at 11:03 pm #32081
peterlaursen
ParticipantThe error is a server error – not a SQLyog error – and is listed here:
http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html#error_er_too_many_key_parts
What is server version? Do you use excessive Foreign Keys and other type of keys and indexes? The error you get you will get with any client – not only SQLyog.
But what is the particular operation you are performing when receiving this? During import? Do you import from one server version to another server version?
A google search:
-
March 22, 2011 at 11:24 pm #32082
Scott Thompson
MemberYes it is during a data import from a Greentree database using ODBC, I cannot change the number of keys that Greentree uses and if it is a MySQL limit I cannot change that either. Not sure if it is going to have any real impact on the data, guess I will wait and see what happens.
Thanks for the reply.
'peterlaursen' wrote:The error is a server error – not a SQLyog error – and is listed here:
http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html#error_er_too_many_key_parts
What is server version? Do you use excessive Foreign Keys and other type of keys and indexes? The error you get you will get with any client – not only SQLyog.
But what is the particular operation you are performing when receiving this? During import? Do you import from one server version to another server version?
A google search:
-
-
AuthorPosts
- You must be logged in to reply to this topic.