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

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 2,527 total)
  • Author
    Posts
  • in reply to: Error No. 2006 Mysql Server Has Gone Away #21395
    Ritesh
    Member
    Quote:
    5.12 will reconnect if connection is lost. But of course there are limits to how unstable connection can be for it to work

    Nope. It will only reconnect when you execute query from the query window. SJA does not uses the reconnection mechanism.

    Quote:
    MySQL server has gone away

    The error definitely seems to be due to the large number of columns but I cannot be 100% sure.

    To debug I will suggest to perform the following steps:

    1.) Import the schema only(no data). Thus it will only create the table structure i.e. an empty table. Is this step successful?

    2.) Use 'Table Data' tab to fill in dummy values (reasonably close to the actual data) and see if you are able to insert. MySQL will throw “Server has gone away” too for this query itself. SQLyog will try to reconnect from the GUI, two times and then give up.

    Just follow the above two steps for both partition and non-partition tables.

    Basically, SQLyog as well as SJA, sends INSERT INTO queries to MySQL to enter data to the db. If it fails with SJA, it will defintely fail with SQLyog and the MySQL command line tool also and thus we will have a test case that can be submitted to MySQL as bugs (if its a bug with MySQL).

    in reply to: Conference News … #21449
    Ritesh
    Member

    Something that can be blogged 🙂

    in reply to: Execute Batch Script Looping In Very Latest Yog #21656
    Ritesh
    Member

    Looks like a bug. Will be fixed in v5.13.

    in reply to: Is This Possible #21645
    Ritesh
    Member

    What he basically wants is the SSH/HTTP tunneling code compiled as library which he can then use it inside his product just as we use PUTTY with SQLyog.

    This will require a separate product. Nice idea.

    Added in the TO-DO list.

    in reply to: Feature: Background Execution Of Processes #21657
    Ritesh
    Member

    We do have plans to make all long working process to run on a separate thread to make the GUI more responsive.

    I cannot guarantee which version will have this option though.

    in reply to: Problematic Name-change Of Table #21630
    Ritesh
    Member

    You can probably post a link of this page to the bug list.

    in reply to: Problematic Name-change Of Table #21623
    Ritesh
    Member

    Looks like an issue with MySQL rather then SQLyog. We will need to do more research to get the actual problem.

    From the command line, did you execute:

    rename `table` to `table.csv`

    or

    rename table `table` to `table.csv`

    in reply to: Odbc Update Mysql Table Using Primary Key #21638
    Ritesh
    Member

    I am still not able to understand your problem. Can you post a screenshot or an example to explain the problem a little more?

    in reply to: Problematic Name-change Of Table #21620
    Ritesh
    Member

    Will look into it now. Looks like a client/server issue because we just execute queries which the MySQL server allows. Maybe its a bug with MySQL itself 🙂

    in reply to: Structure Sync Frustration #21633
    Ritesh
    Member

    Added the first request in the TO-DO list.

    Regarding the second, http://webyog.com/faq/33_20_en.html

    in reply to: Forums Images #21636
    Ritesh
    Member

    Yup.

    We were upgrading the forum at that time.

    Top icon also updated.

    in reply to: Sqlyog 5.12 B7 & B8 Hangs #21602
    Ritesh
    Member
    in reply to: Sqlyog 5.12b7 & 8 – Crash After Creating Database #21616
    Ritesh
    Member
    in reply to: Autocomplete And Views #21608
    Ritesh
    Member

    Can you tell me whether you created the VIEW from the editor and then tried to get it in Tooltip? Can you try Powertools -> Rebuild Tag once and then try again.

    We are getting all views/tables in autocomplete out here.

    in reply to: Sqlyog 5.12 B7 & B8 Hangs #21601
    Ritesh
    Member

    Working on it.

Viewing 15 posts - 76 through 90 (of 2,527 total)