0
0
llucycodes42
This code grants privileges to the user named βuser_nameβ on the βdb_nameβ and βtable_nameβ tables to the user localhost.
Shortcut: s_priv_add
GRANT ALL PRIVILEGES ON `db_name`.`table_name` TO 'user_name'@'localhost';
0
0
llucycodes42
This code grants privileges to the user named βuser_nameβ on the βdb_nameβ and βtable_nameβ tables to the user localhost.
Shortcut: s_priv_add
GRANT ALL PRIVILEGES ON `db_name`.`table_name` TO 'user_name'@'localhost';