Page 1 of 1

SQL privileges

PostPosted: Wed Apr 09, 2008 8:16 pm
Author: Blue-Blood
After the install of IntegraMOD
what SQL privileges will be needed by the forum

grant
drop
update
create
alter
index
select
insert
delete


I dont think drop, create, delete will be needed.
I'm not sure.

thanks

Re: SQL privileges

PostPosted: Sat Apr 12, 2008 2:41 am
Author: obiku
update
create
alter
index
select
insert
delete
are needed, and if you need te install a mod and want to use an install .script, drop can also be necessary.

PostPosted: Sat Apr 12, 2008 7:24 pm
Author: Blue-Blood
Thanks man!!!