To allow a user to connect from anywhere you would use a wildcard '%' : Remote User : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Remote User »

 

To allow a user to connect from anywhere you would use a wildcard '%'


GRANT ALL PRIVILEGES
ON myDatabase.*
TO newuser@'%'
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