GRANT SELECT ON airport.* TO 'ich1'@'%';
GRANT SELECT ON hr.* TO 'ich1'@'%';
GRANT SELECT ON imdb.* TO 'ich1'@'%';
GRANT SELECT ON kvest.* TO 'ich1'@'%';
GRANT SELECT ON person.* TO 'ich1'@'%';
GRANT SELECT ON shop.* TO 'ich1'@'%';
GRANT SELECT ON students.* TO 'ich1'@'%';
GRANT SELECT ON uni.* TO 'ich1'@'%';
GRANT SELECT ON world.* TO 'ich1'@'%';
DROP DATABASE IF EXISTS ich_edit;
CREATE DATABASE ich_edit;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, EXECUTE, SHOW VIEW ON `ich\_edit`.* TO `ich1`@`%`
-
Notifications
You must be signed in to change notification settings - Fork 4
it-career-hub/MySQL_databases
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published