资讯

Creating groups and adding users Now it’s time to create a group. Let’s create the group editorial. To do this, you would issue the command: sudo groupadd editorial ...
To create this new user, log in to your desktop or server. If either has a GUI, you'll then need to open a terminal window from which you'll run the necessary command. 2. Create the new user ...
Create a USER Now we’re going to create a new user (named tr) and give that user permission to the new database. This is done with the command: CREATE USER 'tr'@'localhost' identified by 'PASSWORD'; ...