Results 1 to 7 of 7

Thread: Problem with login to phpmyadmin

  1. #1
    yamahaERG121 is offline Junior Member
    Join Date
    Jan 2007
    Posts
    4

    Default Problem with login to phpmyadmin

    Hi all,

    For the company where I work I installed Sugar CRM a couple of weeks ago, and everything is running smooth now. Altrought I have some questions about how to create and replace backups.

    I used the bitrock installer (version 4.5.0h)

    First problem I am facing is the fact that I cannot login to Phpmyadmin, when I try to login with the password I filled in before (during the installation), and hit the enter button nothing happens. I can fill in my login details 3 times, and still nothing happens, the fourth time i get the error message “authorization required.”.

    Things I tried:
    Deleted cookies
    I’ve tried to change the config.php file with another password. Still no results

    I really need this to work because I need to create back-ups of the database, as I want to migrate the whole database to another server soon.

    For the backup of the application files of SugarCRM I have also a question: I found on this forum you have to create a back-up of the following directory:

    *:\Program Files\sugarcrm-4.5.0h\htdocs\sugarcrm

    In Sugar CRM is a build-in tool which you can make this backup with, but this tool isn’t working for me. I’ve searched this forum for a solution and tried several things (different users for example). But still I cannot create a backup with it. I get the error message that the directory is not writable or existing.

    Can you also create a back-up manually? If you go to this directory and copy it to another one for example? And paste it back if needed?

    I hope somebody can answer some of my questions,

  2. #2
    ridruejo is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    Seville, Spain - San Francisco, USA
    Posts
    35

    Default Re: Problem with login to phpmyadmin

    Quote Originally Posted by yamahaERG121
    Hi all,
    First problem I am facing is the fact that I cannot login to Phpmyadmin, when I try to login with the password I filled in before (during the installation), and hit the enter button nothing happens. I can fill in my login details 3 times, and still nothing happens, the fourth time i get the error message “authorization required.”.
    This login is set up at the Apache level (to prevent it from being accidentally accessible by unauthorized remote users). The specific configuration is at the end of the Apache2\conf\httpd.conf file and should look something like:

    <Directory "c:/Program Files/sugg/htdocs/phpmyadmin">
    AuthType Basic
    AuthName phpMyAdmin
    AuthUserFile "c:/Program Files/apache2/users"
    Require valid-user
    Order allow,deny
    Allow from 127.0.0.1
    Satisfy all
    ErrorDocument 403 /pmaforbidden.html
    </Directory>

    You can remove the need for users to authenticate by removing or commenting the first 4 lines

    Cheers

    Daniel

  3. #3
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Problem with login to phpmyadmin

    Hi,

    Which user name was you using to log into phpmyadmin? The default user with the Bitrock installer is administrator. Try that
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  4. #4
    yamahaERG121 is offline Junior Member
    Join Date
    Jan 2007
    Posts
    4

    Default Re: Problem with login to phpmyadmin

    Hi,

    Sorry for the late reply but indeed administrator was the right username I'm logged on now and already made a back-up of the database. I also have another question about the back-up for the application files.

    In sugarCRM is a build-in tool which you should be able to create back-ups with of the application files of SugarCRM.
    But it doesn't work here, i checked the username and if it does have access to write in the directory where i want to place the back-up, but still i get the message the directory isn't writable or doesn't excist.

    Do you have any idea why this error keeps coming? Is there anything i might forget?

    And if i want to create a back-up manually of the application files, is the following directory the only one i have to make a copy of?

    C:\Program Files\sugarcrm-4.5.0h\htdocs\sugarcrm

    Thanks for you answer on my previous question

  5. #5
    Danielg42 is offline Sugar Community Member
    Join Date
    Jun 2006
    Location
    Orange County, CA
    Posts
    187

    Default Re: Problem with login to phpmyadmin

    Yep, copy that dir and the database, and you should be set.

  6. #6
    yamahaERG121 is offline Junior Member
    Join Date
    Jan 2007
    Posts
    4

    Default Re: Problem with login to phpmyadmin

    Thank you for your answer.

    Next thing I am trying is migrating the whole database + application files to another server. Because in the future this maybe have to happen.

    I migrated the whole database sucessfully to another server, but now I want to do the same with the application files. Because I changed a lot in the layouts and created many custom fields. So I took a copy of the directory with these files, and paste them over the new server but this doesn't work because it gives an error. Is there any way to migrate this sucessfully to another server? I did some research but didn't found any answer yet.

  7. #7
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Problem with login to phpmyadmin

    Hi,

    If you copy the whole file directory and DB to another server, importing the DB files into the database, they the system should work.
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Login problem on 4.2.0a
    By saymons in forum Help
    Replies: 0
    Last Post: 2006-04-30, 11:50 PM
  2. Login problem
    By k4b00m in forum Help
    Replies: 0
    Last Post: 2006-03-01, 01:23 PM
  3. Login Problem
    By cdalar in forum General Discussion
    Replies: 2
    Last Post: 2005-08-12, 12:15 AM
  4. Replies: 5
    Last Post: 2005-02-01, 02:18 AM

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
  •