Forum Replies Created
-
AuthorPosts
-
dany
MemberThanks,
but I think you should set the default value of this option to the old way.
Bye
dany
MemberWow…
it's long time since I noticed this bug… but I was never able to create a step by step guide.
Dany
dany
MemberBug confirmed,
whilst “DB->Copy Database To Different Host/DB” works fine.
dany
MemberHi,
I also have problems with blob text fields (I use InnoDB tables).
Sometimes they loose their data 🙁
I'm still not able to give you a step by step way to simulate this bug but I am sure that THIS IS A BUG
(confirmed for both SQLyog 3.0x and SQLyog 3.1).
Bye,
Daniele
dany
MemberHi,
I use SQLyog for several hours a day and it never crashes. 😛
I use Windows2000 SP3 and MySQL 4.0.12
Bye,
Daniele
dany
Memberdany
MemberQuote:Select all the 10 tables in the first instance. You can select multiple tablesSorry, my problems is when I want to export more than 1 database not more than one table.
Please make the “export” button work as in SQLyog 3.03.
Bye,
Daniele
dany
MemberHi,
I've downloaded SQLyog 3.1 again.
The new file is 528.192 bytes, the old file (downloaded yesterday) was 528.188 bytes.
Now everything is OK.
Thanks,
Daniele
dany
Member:huh:
dany
MemberHi,
my “Copy Database” window IS different.
On my computer (Windows2000 SP3) I don't have the button COPY.
Why?
Bye,
Daniele
dany
MemberAs I wrote yesterday,
I love the new function Copy Database but I think the buttons in the “Copy Database” window are not correct:
1) when you press Select All the program actually makes a copy of what you have selected
2) when you press Unselect All nothing happens
3) a button called “Copy” is required.
Bye,
Daniele
dany
MemberQuote:you were trying to reference cars.IDCar and that field does not existHi CalEvans,
I want you to understand that the error is not mine, the wrong code was created by SQLyog.
Bye
dany
MemberQuote:Your code looks solid (without having actually executed it myself) Other than:alter table `test`.`owners` add foreign key (IDcar) references `cars` (IDcar) on delete restrict
looks like it should be
alter table `test`.`owners` add foreign key (IDcar) references `cars` (ID) on delete restrict
All the SQL code shown above was created by SQLyog 3.01 .
I've tried to create the foreign key using the new feature “Manage relationships“.
The table that was selected before using Manage relationships was Owners.
I want to specify that I'm able to create a foreign key between Oweners.ID and Cars.ID but this is not what I want!
Thanks
-
AuthorPosts