Monday, June 6, 2011

Grant DELETE MySQL

GRANT DELETE ON `db_name`.`table_name` TO 'user'@'localhost';

No comments: