Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

MySQL: In a MySQL, is it possible to grant permissions at row level.?

For example if I wanted to grant a user write access but only to one row within a table

Update:

*In MySQL

3 Antworten

Relevanz
  • vor 6 Jahren
    Beste Antwort

    MySQL doesn't have row level security built in like some databases, but you can simulate it by using views and triggers...

    https://www.sqlmaestro.com/resources/all/row_level...

  • Franco
    Lv 6
    vor 6 Jahren

    I could be wrong, but I think you can give people write access to a table, but not a row.

  • John
    Lv 7
    vor 6 Jahren

    using stored procedure instead of table and grant write access to the procedure

Haben Sie noch Fragen? Jetzt beantworten lassen.