Forum Replies Created
-
AuthorPosts
-
BikasMember
Hello again,
Also, in particular it would be nice to know if it is ssh or http or ssl connection.
bikas,
BikasMemberHello,
We are not able to reproduce that here. Can you give us few more details that can help us analyse the problem .
1) Give us the connection detials.
2) In case the export as SQL Dump fails for a perticular table or database only, give us
sample structure(with some sample data, if possible) of the table or database.
We will analyze and try to find out the problem.
If you have anything else that you think can help, add that too
bikas,
BikasMembervygi wrote on Mar 27 2007, 09:45 AM:Nope; no one single BLOB or TEXT column, only a couple of numbers, datetime fields and varchars.Also note that memory consumption grows even with every connect/disconnect (I guess, no matter which databases/tables are on server) and on every refresh (F5) of any SELECT query.
Let me know if you have further questions but remember that I have to remove the 6.0 from my PC, so no new info can be provided.
Hello,
We have identified the problem, it might have happened while coding for UNICODE.
We are in the process of reviewing the code and will fix it in couple of days.
BikasMemberYes , we can reproduce it here , thanks.
We have already started working on that.
BikasMemberHi,
First of all thanks for your time and patience that you have shown to make this software a better product.
Secondly i was not able to get a clear picture of the state from you answer. Does problem still persist after restart ?
1) Is SQLyog still not able to establish a connection to you ssh server with private key and the passphrase ??
(The server that is configured for private key only)
2) Did you try our new release 5.26 ?
BikasMemberArmin Heinzer wrote on Mar 21 2007, 09:26 PM:I just installed Version 5.26 Community Edition and now it works perfectly!Thanks a lot
Armin
Hi
Thanks for trying out the new release , and we are glad that it stands upto your expectations,
but we would like to know a few things
1) Did you try installing the Enterprise,
2) Do you mean that it works only for community and not for enterprised ??
Hoping for your quick reply,
BikasMemberone good question is:
Are you perfectly sure that the SSH config file as you post it here is really effective?
Did you restart the computer or the SSHD daemon?
BikasMemberHi there,
1) We do understand that the passphrase is diffrent from the usual password and that is the reason we have given the option for the password or passphrase(according to the choice) in our SSH tab.
2) Saw your ssh config details and i used that as the configuration file for our test system and found that ssh with password was not working(which was working with the old config file). But ssh with private key was working without any problem also
with your config.
Any idea how to do progress from here?
Actually the PLINK command syntax if very simple – if there is a “i” parameter in the string then the “p” parameter is taken by SSHD as a passphrase, with no “i” parameter the “p” parameter is defining a (plain) password. We only have this option: to use “-i path_to_private_key” or not.
(written by our developer 'Bikas' who is a newbie only in respect to Forums use … and this remark was written by peter)
BikasMemberTry the following :
select * from tar where date_tarif in (select max(date_tarif) from tar group by article_nt);
think it will work.
-
AuthorPosts