I use debian 2.2.19 & my customer wants me MySql support. I want to give the
customer only this right: INSERT, DELETE, UPDATE, SELECT, INDEX, CREATE.
But create: is a danger command as you know like process & the other. I must
limit create right on a db_customer.
HOW??
I did for a long time..
grant insert, update, delete, index, select on db_customer.* to
customer@localhost indentified by "pwd";
it's unsuccessful.
Note: Also the customer want to use on web phpmyadmin..

thanks..

Edakom Internet Sorumlusu
        Gokce Akkaya


Reply via email to