Forum Replies Created
-
AuthorPosts
-
adarsh
MemberOur developer are doing this filtring and sorting things you can expect this feature in SQLyog 5.3.
adarsh
MemberThis bug is fixed in 5.23 Final version. 5.23 is now released you can download from here.
February 22, 2007 at 4:11 pm in reply to: Yog Sometimes Hangs After Trying To Close A Connection Window #23450adarsh
MemberThanks for reporting.
we will go through this issue.
download 5.23 RC3 and try once.
is it HTTP connections?
adarsh
Memberfirst select the database from the object browser which contains that stored procedure and then open a query tab and execute this query.
“call `r_033`();”
don't execute this in advanced editor ( i.e which is used to create the stored procedure)
adarsh
Memberissue is fixed.
wait for beta 2 in next week.
Adarsh
webyog
adarsh
MemberActually if you execute a query and select some table from object browser it is crashing.
Adarsh
Webyog
adarsh
Memberconfirmed!
we forgot to disable the object browser.
we will fix this issue in next beta.
Adarsh
webyog
adarsh
Member“I have problems …” Please explain the problems! the script imports OK here if we!
1)
change this
CREATE TABLE `A` (
`B` int(10) NOT NULL auto_increment
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_spanish_ci;
to
1) change this
CREATE TABLE `A` (
`B` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_spanish_ci;
first thing you cannot create a table with autoincrement without key.
and
2) delete this line
/*!50003 DROP TRIGGER `trgA` */$$
The comments are not a comments really! /*!50003 DROP TRIGGER `trgA` */$$ for instance means that this will be executed on MySQL 5.0.3 and higher. Before that the line is skipped. Every backup program will have to do like this is backup/restore across MySQL versions shall be possible. Also all programs from MySQL themselves do. most of the MySQL server does not support this “Drop Trigger statement”.
adarsh
MemberIts seems to be a mistake when we replace the source from 5.22 to 5.22a. Now we uploaded correct source.
here is the link to download.
http://www.webyog.com/en/downloads.php
Adarsh
webyog
adarsh
Memberhi
today we released SQLyog 5.2 beta6 version you can download from this link.
http://www.webyog.com/forums//index.php?showtopic=2507
bye
Adarsh
Webyog
adarsh
Memberhi
today we released SQLyog 5.2 beta6 version you can download from this link.
http://www.webyog.com/forums//index.php?showtopic=2507
bye
Adarsh
Webyog
adarsh
Memberhi
today we released SQLyog 5.2 beta6 version you can download from this link.
http://www.webyog.com/forums//index.php?showtopic=2507
bye
Adarsh
Webyog
adarsh
Memberhi
today we released SQLyog 5.2 beta6 version you can download from this link.
http://www.webyog.com/forums//index.php?showtopic=2507
bye
Adarsh
Webyog
adarsh
Memberhi
today we released SQLyog 5.2 beta6 version you can download from this link.
http://www.webyog.com/forums//index.php?showtopic=2507
bye
Adarsh
Webyog
adarsh
MemberHello,
The bug is fixed in the 5.2 Beta6 development tree.
We uploaded a new build today that will identify itself as beta6
http://www.webyog.com/downloads/betas/not_…g52EntDebug.exe
try this.
Adarsh
WebYog
-
AuthorPosts