How to grant mysql access from a particular IP address

grant INSERT,UPDATE,DELETE,SELECT ON smis.* to 'websmis'@'41.89.65.170';

Comments