Grant only to local client: grant all on database.* to ‘myuser’@’localhost’ identified by ‘my_plaintext_password’; Grant to network user from any host: grant all on database.* to ‘myuser’@’%’ identified by ‘my_plaintext_password’;
contact@x21.ch
Grant only to local client: grant all on database.* to ‘myuser’@’localhost’ identified by ‘my_plaintext_password’; Grant to network user from any host: grant all on database.* to ‘myuser’@’%’ identified by ‘my_plaintext_password’;