Results 1 to 5 of 5

Thread: Getting access to the mysql database.

  1. #1
    Mike55 is offline Member
    Join Date
    Apr 2007
    Posts
    5

    Default Getting access to the mysql database.

    Hi all

    I am just after installing the Sugar CRM software, so far it looks quite interesting. The only problem that I can see is that there is no support for the Euro currency. So I was hoping to access to the database and manually add the currency. The set-up file installed mysql in the folder: C;/programfiles/sugarcrm/mysql; using the command prompt, I navigated to that location, however I am unable to gain access to the database, what command should I be using...If I use mysql, I get a message saying that access denied, if I use mysql -h host -u user -p and then enter my password, I get an invalid user error.

    Any suggestions

    Michael.

  2. #2
    Mike55 is offline Member
    Join Date
    Apr 2007
    Posts
    5

    Default Re: Getting access to the mysql database.

    Problem solved. Found the option for local system settings.

    Michael.

  3. #3
    Mike55 is offline Member
    Join Date
    Apr 2007
    Posts
    5

    Default Re: Getting access to the mysql database.

    I would still like to be able to access to mysql database, can anyone point me to where I can get more information on accessing the database, and the username password combination I should be using. I know the combination for phpMyAdmin, however I am unable to access the php interface.

    Michael.

  4. #4
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Smile Re: Getting access to the mysql database.

    HI Mike!

    I think that you have to look in file config.php in sugarCRM root directory.

    there is section
    'dbconfig' =>
    array (
    'db_host_name' => 'localhost',
    'db_host_instance' => '',
    'db_user_name' => 'root',
    'db_password' => '',
    'db_name' => 'paul',
    'db_type' => 'mysql',
    ),

    hope it will be interested for you
    Petro Blagodir
    petro@blagodir.ua
    http://www.blagodir.com
    Blagodir Ltd.( SugarCRM - Consultations, Development and Support)

  5. #5
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Getting access to the mysql database.

    Re. accessing phpmyadmin: Depends on where you installed it. Let's assume you installed it underneath your current web directory (e.g. home/web/phpmyadmin) and your server address is www.example.com then it would be www.example.com/phpmyadmin.
    But: it's case sensitive and normally written as phpMyAdmin

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MySQL Database Not Available
    By luisamato in forum Help
    Replies: 4
    Last Post: 2007-06-27, 05:58 AM
  2. Huge backups -- normal?
    By Liam in forum Help
    Replies: 5
    Last Post: 2007-05-02, 05:36 AM
  3. MySQL error/no workflow notifications
    By rlbyrd in forum Help
    Replies: 1
    Last Post: 2006-09-11, 09:14 PM
  4. Sugar 401 install and remote MySQL database
    By cosjef in forum General Discussion
    Replies: 5
    Last Post: 2006-03-09, 08:52 AM
  5. RESOLVED: Using a remote MySQL database with SugarCRM
    By cosjef in forum General Discussion
    Replies: 0
    Last Post: 2006-02-04, 05:35 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
  •