Just started working with SQLyog and have run into a couple
of glitches:
1) When exporting a database structure,
the “CREATE TABLE”s are written out in lexical order.
However, if any PK/FK relationships exist, the tables
must be reordered for the script to run properly.
Is there a better way to do accomplish this (a MySQL
utility perhaps)? Or could E-Rs ordering be considered
as a future enhancement?
2) Are there any plans to support stored procs/fns
( I realize this is Alpha… )
Thanks,
– Chuck
Thanks,