Give a non-local user permissions on the database for use with remote clients. : Remote User : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Remote User »

 

Give a non-local user permissions on the database for use with remote clients.


GRANT ALL PRIVILEGES
ON myDatabase.*
TO newuser@192.168.0.2
IDENTIFIED BY 'newpassword';

Now a user on the machine '192.168.0.2' can connect to the database.



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» Remote User