How to Grant permission to a user so that (s)he can execute not more than a specific number of queries in an hour

  • برمجة سي كيو ال sql

How to Grant permission to a user so that (s)he can execute not more than a specific number of queries in an hour.

الأجوبة

create user steffi@localhost identified by 'mypassword';
grant select on posts.* to steffi@localhost 
identified by 'mypassword' with MAX_QUERIES_PER_HOUR 50;
flush privileges;
هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...