- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Users and Privileges in MySQL #shorts
To grant MySQL privileges on MySQL Server or MariaDB, make use of the GRANT SQL statement.
The SQL query for mysql grant privileges looks like this:
GRANT privilege_type ON database_name.table_name TO 'username'@'host';
Where the privilege type is SELECT, INSERT, UPDATE, DELETE, or ALL PRIVILEGES, database_name and table_name are your database and table names, and the username and the host name are your username and the host names.
To revoke a privilege inside MySQL, issue a REVOKE SQL query:
REVOKE privilege_type ON database.table FROM 'username'@'host';
To see what database privileges are assigned to a specific user within MySQL or MariaDB, issue a SHOW GRANTS SQL query:
SHOW GRANTS FOR 'user'@'host';
#shorts #reels #database #coding #mysql #mariadb #webdevelopment
Видео Users and Privileges in MySQL #shorts канала Database Dive
The SQL query for mysql grant privileges looks like this:
GRANT privilege_type ON database_name.table_name TO 'username'@'host';
Where the privilege type is SELECT, INSERT, UPDATE, DELETE, or ALL PRIVILEGES, database_name and table_name are your database and table names, and the username and the host name are your username and the host names.
To revoke a privilege inside MySQL, issue a REVOKE SQL query:
REVOKE privilege_type ON database.table FROM 'username'@'host';
To see what database privileges are assigned to a specific user within MySQL or MariaDB, issue a SHOW GRANTS SQL query:
SHOW GRANTS FOR 'user'@'host';
#shorts #reels #database #coding #mysql #mariadb #webdevelopment
Видео Users and Privileges in MySQL #shorts канала Database Dive
mysql privileges mysql privilege escalation mysql grant privileges mysql user privileges mysql flush privileges mysql transaction mysql shutdown unexpectedly xampp mysql workbench no connection established mysql workbench install mysql workbench dark theme sql tutorial for beginners sql interview questions and answers sql full course sql crash course sql tutorial sql joins sql course sql injection sql desde cero sql for beginners sql basics sql curso
Комментарии отсутствуют
Информация о видео
14 июля 2025 г. 0:00:43
00:00:42
Другие видео канала





















