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

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Retrieving Binary Fields #31265
    ema
    Member

    Thank you, everybody!

    in reply to: Preserve Grant Info Altering Routines #31242
    ema
    Member
    'peterlaursen' wrote on '12:

    You are clear. The problem occurs if user editing the Stored Procedure does not have the GRANT privilege.

    If user does not have GRANT privilege, he will receive an error during GRANT phase, but SQLyog will simply work just like now (drop+create will still work).

    And if the user with no GRANT priv does not want errors, he can disable the feature in preferences…

    But in a working scenario where the root is the only developer for many users (root has GRANT privilege), the feature would be appreciated (obviously, this is my case πŸ™‚ )

    Anyway, thanks! Every comment is welcome.

    in reply to: Loosing Grant Editing Stored Procedure #31240
    ema
    Member
    'peterlaursen' wrote on '11:

    It is not the answer to my question. Maybe, I couldn't explain very well. πŸ˜€

    Anyway thanks!

    in reply to: Loosing Grant Editing Stored Procedure #31239
    ema
    Member
    'vishal.pr' wrote on '11:

    Hi,

    We understood your requirement. […] privilege.

    Thanks to you, even though the bad news πŸ™‚

    I think I could add a suggestion in the appropriate forum branch…

    Making the feature optional, I think it would not be so unsafe as you wrote.

    in reply to: Loosing Grant Editing Stored Procedure #31236
    ema
    Member
    'peterlaursen' wrote on '10:

    Please tell: did you rename the SP when editing? Β Or are you telling that (temporarily) DROPPING it will remove the privilege to it?

    I didn't rename the SP.

    I say that: we know there's no a real ALTER command for SP.

    The standar way i know to alter object like SP is, in practice, doing 2 steps: drop the SP (the drop of one object implies the delete of its grants) and create the modified version.

    I used in the past other editing tools (for different dataserver than MySQL): while editing an object like SP, they automatically remember grants existing before the drop and re-apply them after the create.

    That is, the sequence of sql statements they execute to alter a SP includes “grant execute” command too, at the end (if grants did exist previously).

    I don't know if it's possible with SQLyog too. If so, i didn't find the way.

    Thanks for your interest!

Viewing 5 posts - 1 through 5 (of 5 total)