Forum Replies Created
-
AuthorPosts
-
MaheshMember
HI,
6.x version uses diffrent registration code.
Registration key can be available from customer portal you can log in there with your registration information
http://webyog.com/CustomerArea/
You can create a ticket by providing your email address.
Thanks
Mahesh
MaheshMemberHI
The below are the links for downloading 6.15(not released) which does not use “urlencode”.
links
For Trial version
http://www.webyog.com/downloads/betas/not_…odeEntTrial.exe
For Enterprise Version
http://www.webyog.com/downloads/betas/not_…rlencodeEnt.exe
Thanks
Mahesh
MaheshMemberHI
The below are the links for downloading 6.15(not released) which does not use “urlencode”.
links
For Trial version
http://www.webyog.com/downloads/betas/not_…odeEntTrial.exe
For Enterprise Version
http://www.webyog.com/downloads/betas/not_…rlencodeEnt.exe
Thanks
Mahesh
MaheshMemberHI,
This error shows that entered URL in Http tab is invalid.
Please check the URL ?
You can do it by copying it on the browser and if it is Valid then will show the Tunnel version.
Thanks
Mahesh
MaheshMemberThanks for your encouraging comments
Can you tell us where you want the Save button functionality ?
MaheshMemberStill Learning wrote on Nov 20 2007, 05:06 AM:I've read through the mysql timestamp manual (http://dev.mysql.com/doc/refman/5.0/en/date-and-time-types.html) a couple of times but can't seem to understand their explanation (having tried unsuccessfully in sqlyog schema designer to add auto increment and/or the ON UPDATE clauses etc).Succinctly put, I have a TABLE with columns CREATED and EDITED and want
CREATED to have a CURRENT_TIMESTAMP default value
and
EDITED to have an ON UPDATE CURRENT_TIMESTAMP default value
what values to put where?
HI,
You can't make two columns having Current_timestamp and on update current_timestamp as default value.
MYsql doesn't allow this and will throw an error
Error Code : 1293
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
try to execute the below sql statement will throw an error
CREATE TABLE t (
ts1 TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
ts2 TIMESTAMP DEFAULT CURRENT_TIMESTAMP
ON UPDATE CURRENT_TIMESTAMP);
Hope that i understood your problem
MaheshMemberHI,
Issue Confirmed !
Exporting more number of rows but happening only in Xp not in vista.
We are looking into this issue
MaheshMemberIssue Confirmed ! (crash)
We will fix this with high priority..
Thanks for reporting
MaheshMemberIssue Confirmed !
We will fix this with high priority !
Thanks for reporting
MaheshMemberHI,
It is reproducable now…….We will look into this issue
Thanks for reporting.
MaheshMemberIsuue Confirmed !
We will Fix this with high priority !
Thanks for reporting.
October 26, 2007 at 5:22 am in reply to: Bug? Sqlyog Crashes Upon Trying To Connect To Mysql-like Interface #25190MaheshMemberHi Krichter,
Please provide the information ,
Is the crash happening everytime ?
Send the screenshot for the “Test Connection”.
MaheshMemberHI,
6.1 RC has been released with this fix now ,Please check
http://www.webyog.com/forums//index.php?showtopic=3562
Thanks
October 19, 2007 at 4:23 am in reply to: Additional Spaces On Restore Of Triggers, Procedures And Functions #25159MaheshMember6.1 RC has been released with this fix .
October 18, 2007 at 5:00 am in reply to: Additional Spaces On Restore Of Triggers, Procedures And Functions #25158MaheshMemberIssue Confirmed!
We have fixed the issue in our source tree, soon we are releasing the latest version with this fix.
Thanks again.
-
AuthorPosts