$
mysql
-
u root
-
p
mysql
>
GRANT
ALL
ON
*.*
to
'snippetbucketdotcom
'
@
'%'
IDENTIFIED
BY
'tejastank'
;
mysql
>
FLUSH PRIVILEGES
;
mysql
>
exit
Source: grant remote access of MySQL database from any IP address – Stack Overflow
grant remote access of MySQL database from any IP address – Stack Overflow was last modified: May 21st, 2018 by