How to Create MySQL Users Accounts and Grant Privileges
https://linuxize.com/post/how-to-create-mysql-user-accounts-and-grant-privileges/
May 30, 2020 · In the example above, the hostname part is set to localhost, which means that the user will be able to connect to the MySQL server only from the localhost (i.e. from the system where MySQL Server runs).. To grant access from another host, change the hostname part with the remote machine IP. For example, to grant access from a machine with IP 10.8.0.5 you …
DA: 39 PA: 44 MOZ Rank: 23