On Wed, Oct 31, 2012 at 12:10:57PM -0300, Federico Don wrote:
> Hello to all,
>
> I need your help please!
>
> I want to assign permission to administrator an any user in my private
> gitorious.
>
> To achieve this I did it as follows:
>
> Join in mysql
> mysql> show databases;
> mysql> use gitorio
Hello to all,
I need your help please!
I want to assign permission to administrator an any user in my private
gitorious.
To achieve this I did it as follows:
Join in mysql
mysql> show databases;
mysql> use gitorious
mysql> show tables;
mysql> desc users;
mysql> update users set is_admin = '1 'w