About the SQLyog program » Program versions: Are there restrictions in the SQLyog TRIAL compared to the REGISTERED versions?
The TRIAL is identical to SQLyog Ultimate with the the restrictions: * In the startup as well as in exit it will show a window displaying … • Managing your MySQL Database Systems » Manipulating data.: Can I use the auto_increment attribute without using that column as a Primary Key. Answer: Yes! MySQL allows for that. The rules are:There can only be one auto_increment column in a tableThis column must be defined as a KEYWe … • Managing your MySQL Database Systems » Foreign Keys/relationships: I have Foreign Keys and they work but there are a lot of weird names … Answer: To create a Foreign Key/relationship in MySQL you (or SQLyog) must send a CREATE TABLE or ALTER TABLE SQL-statement likealter table ´Test´.´TableName´ add constraint ´ConstraintName´ … • Using the GUI: The ‘remove comment’ functionality does not remove all comments. Answer: SQLyog GUI provides an option to highlight any set of statements in the Editor and ‘comment-out’ those statements. And to revert back again