Tag: database

  • Granting MySQL Permissions

    Usage Examples Notes WITH GRANT OPTION should only be added when really needed; this privilege allows a user to grant to others (more info). The location from where a user can connect (i.e. ‘username’@’server’) can be also a network if specified asĀ  ‘username’@’10.120.%.%’ See Also Showing MySQL Permissions GRANT Syntax