19

How can I edit user privileges of some MySQL servers with JetBrains DataGrip?

Pang
  • 8,605
  • 144
  • 77
  • 113
iizno
  • 818
  • 1
  • 6
  • 24

1 Answers1

13

As far as I can tell, the state of the art is that you either

  • write+run hand-written SQL statements for user management (see MySQL docs at [1] )
  • run DataGrip in the background while running MySQL Workbench or phpMyAdmin in the foreground and do the user management there

Let's hope that the situation improves, but right now there does not even seem to be a feature request for that.

[1] https://dev.mysql.com/doc/refman/5.7/en/user-account-management.html

mnagel
  • 5,938
  • 4
  • 25
  • 63