1
resposta

Quando crio um usuário pela linha de comando do WorkBench, onde coloco a senha deste usuário?

Quando crio um usuário pela linha de comando do WorkBench, onde coloco a senha deste usuário?

1 resposta

Sebastião,

Abaixo alhguns links que podem te ajudar:

==========================================================

Create a new user using MySQL Workbench

...

Once you click on the ‘Add Account’ button to add a new user, it will open the below window to enter the new user details. Here, we need to provide the Login Name i.e. the user name as well as we need to provide the password and confirm the password for the new user. Here, I am providing the Login Name as testuser and password as test2123 as shown in the below image.

Create a new user using MySQL Workbench - PASSWORD

...

https://dotnettutorials.net/lesson/create-new-user-using-mysql-workbench/

==========================================================

How to Create MySQL User and Grant Privileges: A Beginner’s Guide

...

  1. Then, execute the following command:

CREATE USER 'new_user'@'localhost' IDENTIFIED BY 'password';

...

https://www.hostinger.com/tutorials/mysql/how-create-mysql-user-and-grant-permissions-command-line

==========================================================

6.2 Users and Privileges

Figure 6.6 Navigator Administration: User And Privileges with Login Tab Open

https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html

==========================================================

[]'s,

Fabio I.