Create new user and grant all priviliges to schema

suggest change
grant all privileges on schema_name.* to 'new_user_name'@'%' identified by 'newpassword';

Attention: This can be used to create new root user

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents