put.execute(MySQL query)
ここでは、MySQLクエリのみを実行できますが、
grant all privileges on mydb.* to 'admin'@'localhost' identified by 'pass';
MySQLクエリではなく、MySQLの単なるコマンドです。
put.execute(MySQL query)
ここでは、MySQLクエリのみを実行できますが、
grant all privileges on mydb.* to 'admin'@'localhost' identified by 'pass';
MySQLクエリではなく、MySQLの単なるコマンドです。