Creating and granting permission to MySQL users

preview_player
Показать описание
This video shows how to create roles and users and how to assign permissions to users for your MySQL database.
Рекомендации по теме
Комментарии
Автор

More informative than ChatGPT. If I could give you 2 thumbs up I would 🙌

johndugster
Автор

I'm not a native English speaker, so I'm very grateful for the slow pace in your way of explaining. It is very clear and detailed at the same time.
Thanx so much!!

LordVekten
Автор

Thanks alot, the video was on point and informative, tho i have a problem when i try to connect to my sqlsql using visual studio

moyomartin
Автор

create user 'abc' identified by 'abc123' default role 'mydatabase_user' Error Code: 1227. Access denied; you need (at least one of) the WITH ADMIN, ROLE_ADMIN, SUPER privilege(s) for this operation

what does it mean ?

aasthasolanki
Автор

I deleted my own privileges accidentally how do I get it back

mysteriousdimple