Designate an IP or host address from which the user can connect : Remote User : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Remote User »

 

Designate an IP or host address from which the user can connect


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



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» Remote User