Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 7,398 total)
  • Author
    Posts
  • in reply to: File Association #24666
    peterlaursen
    Participant

    No you are not doing anything wrong.

    Association will start the program, but the statement will neither be exectued nor will the statement be pasted into the editor.

    Thank for the idea. We will try to implement as soon as possible!

    in reply to: Import Results In Wrong Chars #24618
    peterlaursen
    Participant

    And the file I imported was this one (zipped .csv)

    in reply to: Import Results In Wrong Chars #24617
    peterlaursen
    Participant

    See attached. It works perfectly for me.

    (MySQL 5.0.45 (latest stable COMMUNITY server), SQLyog 6.05 and 6.06 beta1)

    The error you get is a server error . It is NOT AT ALL related to the client!

    What is your exact MySQL version?

    in reply to: Import Results In Wrong Chars #24616
    peterlaursen
    Participant

    MySQL 4.0 does NOT allow for utf8 charset specification in LOAD DATA INFILE.

    MySQL 4.0 simply does not recognize anything utf8-related!

    But MySQL 5.0 does!

    If you type the SQL in the editor yourself and you get an error returned it is not a SQLyog error.

    It is a 'user error' or a 'server error'. SQLyog simply sends what you type .. what you also can check in the HISTORY tab.

    in reply to: Extension To Odbc Import Facility To Use Mysql Table Value #24665
    peterlaursen
    Participant

    We had similar requests before. It would be pretty useful for 'incremental import' in situations where you cannot or won't modify the schema on the.

    It it somewhat complicated to use a where criteria from one server on another and quite different one. We need a little time to consider and discuss!

    in reply to: Enterprise 6.05 Crashing On Exit – Ubuntu/wine #24531
    peterlaursen
    Participant

    The 6.05 betas were deleted from the server when 6.05 FINAL was released. So just download from the normal download page.

    in reply to: Import Results In Wrong Chars #24614
    peterlaursen
    Participant

    The reason you get an error is that you are reversing the order or CHARACTER SET and INTO!

    Table specification should come before character set.

    We will support character set with csv import in the 5.1x code tree.

    in reply to: Wrap In Query Windows #24664
    peterlaursen
    Participant

    SQL is not line-based. There is no other way to identify where a query starts and stops then using the DELIMITER. How would you handle this one

    Code:
    This is a query;This
    is
    also
    a query
    ;This is one more query;
    in reply to: [feature Request] Connection Specific Colors #22417
    peterlaursen
    Participant

    I will reply the same as I did recently (today or yesterday):

    We have planned:

    version 6.1 with Visual Schema Designer

    version 6.2 with FORMS (display mode optimized for data input from the keyboard)

    (and a lot of minor issue will be adressed as well in those releases).

    My best guess is that this will take about 3 months to complete.

    We have not deicided priorities after that.

    Personally I would advocate

    *support for events and table partitions

    *solving issues with binary types (non-image BLOBs, BIT etc)

    *and maybe even localisations

    .. before revamping the GUI

    This FAQ gives the list of major issues that we plan to adress (without priorities):

    http://webyog.com/faq/content/33/20/en/pla…-of-sqlyog.html

    in reply to: Copy Database To Different Db/server Problems #24628
    peterlaursen
    Participant

    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!

    in reply to: How To Create Character Like æ, ø, å #24661
    peterlaursen
    Participant

    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!

    in reply to: Very Nice Program #23434
    peterlaursen
    Participant

    Why don't you upgrade then?

    Release notes clearly tells that this was fixed in 1.01!

    in reply to: Copy Database To Different Db/server Problems #24626
    peterlaursen
    Participant

    There is no attempt to reconnect in Structure Sync. But with the copy options there is!

    in reply to: How To Create Character Like æ, ø, å #24659
    peterlaursen
    Participant

    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!

    in reply to: Some Sqlyog Questions #24623
    peterlaursen
    Participant

    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.

    Please refer to:

    http://webyog.com/faq/content/33/20/en/pla…-of-sqlyog.html

    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).

Viewing 15 posts - 3,901 through 3,915 (of 7,398 total)