1

Topic: Simple MySQL privileges question

Can I set up a MySQL user with "select, insert, update, delete, index, alter, create, drop" rights while installing PunBB -- and then revoke some of them ("alter, create, drop", I guess) once installation is complete?

Cheers,
Rob

Re: Simple MySQL privileges question

Yes. You might have to enable them when later upgrading though.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Simple MySQL privileges question

Excellent -- thanks.