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?
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.
...
https://dotnettutorials.net/lesson/create-new-user-using-mysql-workbench/
==========================================================
How to Create MySQL User and Grant Privileges: A Beginner’s Guide
...
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
==========================================================
[]'s,
Fabio I.