Results 1 to 5 of 5

Thread: Can't access to admin account

  1. #1
    mariodelzo is offline Member
    Join Date
    Jan 2008
    Posts
    9

    Default Can't access to admin account

    Hi people, i have the next problem, I can't access to the admin account in sugar crm after I was clicking on checkbox for group user in the account admin, That is the reason why I was getting the error message not a valid username. Now, how can i restore it, or create a new admin account.

    I really appreciate your time to help its very important to me.

    Mario Delzo
    Contact Center Support

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Can't access to admin account

    do not click on anything
    You can reset this flag in mySQL admin or phpmyadmin by the sql command

    update users set is_group=0 where user_name='admin';

  3. #3
    mariodelzo is offline Member
    Join Date
    Jan 2008
    Posts
    9

    Default Re: Can't access to admin account

    Quote Originally Posted by kuske
    do not click on anything
    You can reset this flag in mySQL admin or phpmyadmin by the sql command

    update users set is_group=0 where user_name='admin';

    *******************
    Ok, i did it , that you suggest , but i have the next message:

    mysql> update users set is_group=0 where user_name='admin';
    ERROR 1046 (3D000): No database selected

    What's my error?, please...

    Thanks

  4. #4
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default Re: Can't access to admin account

    Type 'USE <databasename>' without the quotes and replace <databasename> with the name of your database. Do this before any other command.
    Jerry Way
    Business Process Administrator

    Sugar 6.1.4 Professional
    (Testing 6.1.2)
    LAMP on Centos 5
    PHP 5
    MySQL 5
    Apache 2.2

  5. #5
    mariodelzo is offline Member
    Join Date
    Jan 2008
    Posts
    9

    Default Re: Can't access to admin account

    Many Thanks Kuske, i found my error, the solution was:
    mysql> use sugarcrm;
    Reading table information for completion of table and column names
    You can turn off this feature to get a quicker startup with -A

    Database changed
    mysql> update users set is_group=0 where user_name='admin';
    Query OK, 1 row affected (0.00 sec)
    Rows matched: 1 Changed: 1 Warnings: 0


    Now , i can administrated my SugarCRM, thank you very much, i'll apreciated.

    Mario Delzo
    Contact Center

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Without Admin Account, helppp
    By mariodelzo in forum Espaņol
    Replies: 1
    Last Post: 2008-03-23, 04:00 PM
  2. customized admin account
    By elvinjoe in forum Developer Help
    Replies: 1
    Last Post: 2008-02-25, 11:02 PM
  3. Admin Account no longer an Admin
    By randomprocess in forum Help
    Replies: 0
    Last Post: 2007-03-07, 11:43 PM
  4. Replies: 0
    Last Post: 2006-06-21, 02:26 AM
  5. Showing Member Organizations of Account
    By Lennu in forum General Discussion
    Replies: 0
    Last Post: 2006-03-27, 12:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •