Hi guys,
I'm using the latest version of SQLYog (8.14) and I found an error when I try edit a foreign key.
First I can't use other databases to create a foreign key, We must use the same database of the first table in sqlyog.
When I try edit a foreign key, i have this error:
Code:
Executed SQL Statement : show full fields from db1.db2
Error Number : 1146
Error Message: Table 'db1.db2' doesn't exist
In example above, we have two tables: db1.table1 and db2.table1
SqlYog consider the name of the second database on the query, not the second table.
SQLyog version: 8.14
MySQL version: 5.0.45
I hope it helps.
sorry for my english. ^^
Érico