[MDEV-7621] Grant execute on all users does not work as the manual says Created: 2015-02-23 Updated: 2015-02-25 Resolved: 2015-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.1.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
fedora 20 |
||
| Description |
|
I have a stored procedure that I want all my users to be able to execute, without having to assign the privilege individually, since they are hundreds. |
| Comments |
| Comment by Elena Stepanova [ 2015-02-25 ] |
|
Hi, MariaDB has never supported this syntax (and neither has MySQL). It's a 3rd-party manual, it's wrong. For the variant ''@'localhost', it is supported but it has somewhat different semantics. It's not a wildcard for any user; it's an anonymous user. Users which have actual named accounts in your system won't match it. |
| Comment by Philip orleans [ 2015-02-25 ] |
|
Can you point to the manual where I can see described how to gran execute On Wed, Feb 25, 2015 at 9:32 AM, Elena Stepanova (JIRA) < |
| Comment by Elena Stepanova [ 2015-02-25 ] |
|
http://dev.mysql.com/doc/refman/5.5/en/grant.html |