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

Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 2,527 total)
  • Author
    Posts
  • in reply to: Suggestion for user management #17260
    Ritesh
    Member
    Quote:
    shown or only tables of a DB that is highlighted ? In the first case it could come out to be an ENORMOUS view, in the second case the idea of everviewing everything in one pane is lost, I think

    The window looks quite similar to our current Manage Permissions option. I think in the above design, @jpv proposes to show tables of the highlighted DB.

    Quote:
    I'd consider an ability to “unfold” a DB to show tables below it and “unfold” a table to show columns accordingly.

    This will require a TREEVIEW control like ObjectBrowser rather then GRID control approach that we are using.

    Quote:
    And privileges that are not applicable with a certain server version should either “grey out” or be hidden

    Best solution would be to query the MySQL server and find out the privileges available from the MySQL system table. This way we would add/show only those privileges available.

    in reply to: Showing error dialog in tree list of tables #17965
    Ritesh
    Member

    Can you cut-n-paste result for the following query?

    Code:
    show full fields from `db`.`table`
    show keys from `db`.`table`
    show table status from `db`

    Where db and table are your respective database and table names?

    in reply to: UTF8 support? #17963
    Ritesh
    Member
    in reply to: lost connection error #17969
    Ritesh
    Member
    in reply to: Maintenance #17959
    Ritesh
    Member

    SQLyog is just a client tool. It has nothing to do with the performance of your database servers. I will suggest that you check out with admin about the sluggishness.

    in reply to: Scheduled Transfers Don't Start #17955
    Ritesh
    Member
    in reply to: Not seeing Saved Jobs in Job Manager #17921
    Ritesh
    Member

    Did you provide your username/password in the Scheduled Task wizard?

    Windows Task Scheduler requires user to provide their system username/password for it to execute the task.

    in reply to: Want to view column type tiny text not as blob #17941
    Ritesh
    Member

    You can switch to Result In Text Mode by pressing Ctrl+L. The option is also available from Edit menu.

    in reply to: How can I determine the exact version of mysql? #17938
    Ritesh
    Member

    Execute

    Code:
    select version()
    in reply to: Program crash #17911
    Ritesh
    Member

    My testing team has confirmed the bug in W2K. It does not effect Win XP.

    We will fix the bug in v4.07.

    in reply to: Dowloading SQLyog Job Agent #17924
    Ritesh
    Member

    Very strange as the link works for me. I have sent you private message.

    in reply to: SJA does not work … #17894
    Ritesh
    Member
    peterlaursen wrote on May 23 2005, 01:42 PM:
    @ ritesh

    you can easily have 4.0.x , 4.1.x and 5.0.x installed at the same time. With Mysql-Administrator it's a two minute job to change the server variables, stop the server and restart the server …

    changes these 2 values

    Well I know how to run different versions of MySQL on the same machine, its just that they are not running currently. So I have to install and configure it 😀

    in reply to: Program crash #17906
    Ritesh
    Member

    Which version of SQLyog are you using?

    I am not able to reproduce error on my side with v4.06.

    in reply to: Not seeing Saved Jobs in Job Manager #17919
    Ritesh
    Member
    Quote:
    When I open Job Manager from the PowerTools menu no jobs are listed.

    Did you schedule the jobs? Job manager only shows jobs that are scheduled.

    Quote:
    If I save 75 Data Synchronization session jobs then want to run all 75 jobs to synchronize 75 databases down to my local server.

    Schedule it.

    in reply to: SJA does not work … #17888
    Ritesh
    Member

    I guess I have to open up my software archive and install v4.0.x and run the test case. Will do tomorrow first thing as I reach my office.

Viewing 15 posts - 1,051 through 1,065 (of 2,527 total)