In MySQL command line client after logging in as root, I typed:
connect mydb; grant all privileges on mydb.* to \'admin\'@\'localhost\' identifi
put.execute(MySQL query)
in here you can execute only MySQL query but
grant all privileges on mydb.* to 'admin'@'localhost' identified by 'pass';
Not a MySQL query it is just a command for MySQL.