CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: MySql & SP

  1. #1
    Join Date
    May 2005
    Posts
    178

    MySql & SP

    how can i give a authorization to a proc table?
    i wrote-
    Code:
    mysql> GRANT all 
    -> ON proc
    -> TO Admin@localhost 
    -> IDENTIFIED BY xyz;
    but i guess its wrong...

    the proc table exist in the system , right? i dont need to create it?
    how can i see all the sp in the proc table (MySql 5)?
    thanks in advanced

  2. #2
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

  3. #3
    Join Date
    May 2005
    Posts
    178

    Re: MySql & SP

    ok so how can i give a authorization to a proc table?

  4. #4
    Join Date
    May 2005
    Posts
    178

    Re: MySql & SP

    nevermind...i get that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured