Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › can replicate table without autoincrement value
Im have been using webyog to replicate the database, how ever if a table has no autoincrement value.. i get an error which says
Check sja.log for complete error details.
why doesnt webyog replicate a table without autoincrement field?
Any help would really be appreciated.. thanks very much.. 🙂
SJA requires a PRIMARY KEY to be defined for the table to be synced.
Can you cut-n-paste the error message from sja.log out here?
this is the error im getting for that particular problem..
No PRIMARY KEY defined in the table '`userslevels`'^M
Sync started at Tue Dec 21 17:34:15 2004
well do i really have to put a primary key for it? 🙁
thanks for your reply.. 😀
SJA requires a PRIMARY KEY to be defined on the table.
The simplest way to add a PRIMARY KEY to a table would be to add an *autoincrement* column to the table.
Ok.. i will try that.. thanks for the help.. 🙂
merry christmas.. 🙂