1) this is very strange! are you perfectly sure that this is consistently reproducable?
2) this is probably because connection is lost. The interactive session will reconnect but structure sync will not.
3) same reply as 3. As program reconnects automatically we have not implemented a manually reconnect option.
I believe your problems are issues with the server or with the connection. This does not mean we cannot improve on the 'tolerance' of the program. We will discuss if reconnect attempt can be implemented in Structure Sync. But there are limits to what you should expect from a client if problem is on the server or with the connection.
BTW (4) (mail notification not working): such error can happen on 3 different 'links of the chain':
1) failure on sender client side
2) failure on the server side
3) failure on recipient client side
.. and I think we should start to find out which is the case! We can arrange that you try our server and if we could try yours I think we would be able to find out. You can create a ticket where we can arrange details!
A table will be created with the database default unless you specify something else! And database will be same as server default unless you specify something else when creating the database!
You can change server default in the my.ini/my.cnf file.
I am not quite sure if you can change default for existing databases otherwise than dumping it, editing the SQL file and importing again. But I do not think so!
From where did you get 5.19? We don't support old versions like that. Only in very special situations we aske users to test an issue with it. Please try version 6.05! This one maeks it much easier!
This is NOT AT ALL related to collations. All characters are the same in every latin1 (or utf8) collation!
collation only defines such things as sorting order.
Do you use a Danish keyboard when you enter?
Is your computer running Danish locale setting?
If they are not show correct, how are they shown then?
Why don't you attach a screendump so that we can see?
In 5.19 there is a charset collector in the connections screen. What do you select here and what is server default charset?
I can add that I have been using SQLyog since an early 3.x with Danish without problems!
1) the meaning is that you can have more connectsons open at the same time (to the same or different servers) and those different connections operate indepedently. If you enter more queries in the editor (or execute a script with more queries) they will of course execute sequentially. For HTTP-connections only a new connection is created for every query (due to the nature of PHP). Additional connections are created in the background for the 'autocomplete feature' and for certain copy operations.
Was that the answer?
2) We have plans for internationalisation. How many languages we will support officially and when is not decided in detail yet.
The current plans are: version 6.1 will ship with a Visual Schema Designer, version 6.2 with 'FORMS' (keyboard friendly data entry feature). Also a lot of smaller issues will be adressed in those releases. After that (about 3 months is my best guess) we have not decided on priorities yet.
3) Currently it does not: when physcial + virtual memory is filled up it is likely to crash. We know this but it is not very easy to handle actually – and I think every GUI database client does the same! We will provide manual STOP options everywhere where it still does not exist in near future (planned for 6.1).
Author
Posts
Viewing 15 posts - 3,901 through 3,915 (of 7,398 total)