D
DoobyWho
Guest
I have to manually run
update user set Create_tmp_table_priv = 'N', Lock_tables_priv = 'N' WHERE user = USERNAMEHERE;
for each new mysql user created in Plesk. Is there a way to set the default mysql user priv?
I don't want my users to be able to see other databases than their own.
update user set Create_tmp_table_priv = 'N', Lock_tables_priv = 'N' WHERE user = USERNAMEHERE;
for each new mysql user created in Plesk. Is there a way to set the default mysql user priv?
I don't want my users to be able to see other databases than their own.