[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mySQL & security
- Subject: [cobalt-users] mySQL & security
- From: Goran Blagus <vectro1@xxxxxxxxxxxx>
- Date: Sat Jan 15 15:52:34 2000
Hello !
We have user who wants from us to put '%' as host in host table.
insert into host
(host,db,Select_priv,Insert_priv,Update_priv,
Delete_priv,Create_priv,Drop_priv)
values
('%','his_database','Y', 'Y', 'Y', 'Y', 'Y', 'Y');
What do you thing about it ? Isn't to risky to allow _EVERY_ internet host
conection to mySQL on our server ?
Goran