Change permissions of all records

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
telenut
Posts: 68
Joined: Thu Sep 09, 2004 10:13 am

Change permissions of all records

Post by telenut »

Hi,

I would like to use the group permissions, but is there a way to change these permissions for the complete database?
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

not in the graphical frontend...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
telenut
Posts: 68
Joined: Thu Sep 09, 2004 10:13 am

Post by telenut »

I've noticed :-)
But can it be done with a simple sql command in phpmyadmin?
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

yes, you have to change the group_id in faqdata_groups.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
telenut
Posts: 68
Joined: Thu Sep 09, 2004 10:13 am

Post by telenut »

thx!

worked with following sql command:
UPDATE `phpmyfaq`.`faqdata_group` SET `group_id` = '2' WHERE `faqdata_group`.`group_id` = -1
Post Reply