jerqi commented on issue #8375:
URL: https://github.com/apache/gravitino/issues/8375#issuecomment-3277169552

   For MySQL,
   You must have 
[ALTER](https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html#priv_alter)
 and 
[DROP](https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html#priv_drop)
 privileges for the original table, and 
[CREATE](https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html#priv_create)
 and 
[INSERT](https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html#priv_insert)
 privileges for the new table.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to