Skip to content
Snippets Groups Projects
  1. Nov 20, 2019
  2. Jul 16, 2019
    • Oliver Salzburg's avatar
      Use specific privileges when creating admin · 392a4dd6
      Oliver Salzburg authored
      
      Using the ALL shorthand can cause problems when not all privileges are available to the user.
      For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege.
      While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users.
      By supplying a specific set of privileges, we work around this limitation without sacrificing functionality.
      
      Closes #16139
      
      Signed-off-by: default avatarOliver Salzburg <oliver.salzburg@gmail.com>
      Unverified
      392a4dd6
  3. Apr 26, 2018
  4. Jan 26, 2018
  5. Jan 23, 2018
  6. Nov 06, 2017
  7. Jul 25, 2017
  8. Jun 01, 2017
  9. Apr 28, 2017
  10. Mar 19, 2017
  11. Dec 14, 2016
  12. Oct 31, 2016
  13. Oct 18, 2016
  14. Jul 27, 2016
  15. Jul 21, 2016
  16. Jul 12, 2016
  17. Jul 06, 2016
  18. May 26, 2016
  19. Apr 22, 2016
  20. Apr 20, 2016
  21. Apr 07, 2016
  22. Mar 01, 2016
  23. Feb 08, 2016
  24. Jan 12, 2016
  25. Jan 11, 2016
  26. Dec 07, 2015
  27. Oct 05, 2015
  28. Jul 29, 2015
  29. Jul 03, 2015
  30. Jun 25, 2015
  31. Mar 26, 2015
  32. Feb 26, 2015
  33. Feb 23, 2015
Loading