0 like 0 dislike
44 views
in Linux by (7.9k points)
Нужно задать sql команду:

CREATE USER 'newadmin'@'%' IDENTIFIED BY 'new_admin_password';

GRANT ALL PRIVILEGES ON *.* TO 'newadmin'@'%' WITH GRANT OPTION;

FLUSH PRIVILEGES;

Please log in or register to answer this question.

368 questions

10 answers

4 comments

1.0k users

...