资讯

Not only have you configured MySQL 8 for remote connections, you’ve also created a user with access to all databases and connected to the remote server with both the command line and a GUI.
Jack Wallen walks you through creating new users and groups on Linux and adding those new users to the new groups.
First we create the user with command: sudo adduser -m USER Where USER is the username to be added. We include the -m option to ensure the home directory is created along with the user.