Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Synchronizing Indexes using SJA

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Synchronizing Indexes using SJA

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8610
      vishalp
      Member

      Hi

      I have a 'book' table. (Id as primary key, title, price). I now synchronize this table with same table in other database.

      I now create index on book table as –

      create index b_ind on book(title);

      Now when I try to synchronize, it gives me error – PRIMARY KEY definition mismatch for 'title' column in '`book`' table

      In SQLyog, extra indexes are copied to the destination database. Does sja provides similar facility? If yes, how to go about it?

      Thanks in advance.

      Vishal

    • #16407
      Ritesh
      Member

      SJA only syncs data. For structure synchronization, you have to use SQLyog's -> Structure Sync Tool.

      SJA will fail if the table structure in both the servers are not same.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.