Forum Replies Created
-
AuthorPosts
-
RiteshMemberQuote: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 hiddenBest 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.
RiteshMemberCan 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?
RiteshMemberThis might be useful:
RiteshMemberSQLyog 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.
RiteshMemberDid 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.
RiteshMemberYou can switch to Result In Text Mode by pressing Ctrl+L. The option is also available from Edit menu.
RiteshMemberExecute
Code:select version()RiteshMemberMy testing team has confirmed the bug in W2K. It does not effect Win XP.
We will fix the bug in v4.07.
RiteshMemberVery strange as the link works for me. I have sent you private message.
RiteshMemberpeterlaursen wrote on May 23 2005, 01:42 PM:@ riteshyou 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 😀
RiteshMemberWhich version of SQLyog are you using?
I am not able to reproduce error on my side with v4.06.
RiteshMemberQuote: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.
RiteshMemberI 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.
-
AuthorPosts