Version : 5.6.35-log MySQL Community
Problem : User is not allowed to login locally but user is able to login locally (from server) to Database.
===========user privileges=========
grant select on xx.* to user@'%' identified by password;
Anyway to restrict the user to connect to database locally, apart from allowing from specific ip (by using % as a host)?
Problem : User is not allowed to login locally but user is able to login locally (from server) to Database.
===========user privileges=========
grant select on xx.* to user@'%' identified by password;
Anyway to restrict the user to connect to database locally, apart from allowing from specific ip (by using % as a host)?