You need to use multiple grant statements, one for each database:
grant all on abc.* TO 'user'@'10.10.0.10';
grant all on xyz.* TO 'user'@'10.10.0.10';
CLICK HERE to find out more related problems solutions.
You need to use multiple grant statements, one for each database:
grant all on abc.* TO 'user'@'10.10.0.10';
grant all on xyz.* TO 'user'@'10.10.0.10';
CLICK HERE to find out more related problems solutions.