2
grant all on d1.* to 'sample'@'localhost' identified by 'password';
8
ERROR 42000: Access denied for user 'sample'@'localhost' to database 'd2'
10
ERROR 42000: Access denied for user 'sample'@'localhost' to database 'D1'
11
drop user 'sample'@'localhost';
12
drop database if exists d1;