Results 1 to 5 of 5

Thread: New installation issue with mySQL

  1. #1
    rtmtek is offline Member
    Join Date
    Jan 2006
    Posts
    6

    Thumbs up New installation issue with mySQL

    I've installed SugarCRM on a Windows XP Pro box with mySQL 5.0.1. I've read through all the posts and tried all the tricks mentioned. My installation screen comes up as:

    In order for your SugarCRM installation to function properly, please ensure all of the system check items listed below are green. If any are red, please take the necessary steps to fix them.

    Component Status
    PHP version Unsupported (ver 5.1.2)
    MySQL Database Not Available
    XML Parsing OK
    cURL Library Not found: scheduler will not be functional
    Writable SugarCRM Configuration File (config.php) OK
    Writable Custom Directory OK
    Writable Modules Sub-Directories and Files OK
    Writable Data Sub-Directories OK
    Writable Cache Sub-Directories OK
    Writable Session Save Path (C:\PHP\sessiondata) OK
    PHP Safe Mode Turned Off OK
    PHP Allow Call Time Pass Reference Turned On OK
    PHP Memory Limit >= 20M OK (No Limit)

    Note: Your php configuration file (php.ini) is located at:
    C:\WINDOWS\php.ini

    I can connect to mySQL through the command prompt and I think I have all the IIS permissions correct.

    Any thoughts on why the database is not available?

    Thanks.
    Last edited by rtmtek; 2006-01-28 at 04:08 PM. Reason: Changing icon

  2. #2
    bluskyguy is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    22

    Default Re: New installation issue with mySQL

    I'm experiencing the same exact problem...except on my screen I receive the 'not available' message and don't even see the mysql database reference.

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New installation issue with mySQL

    Can you install something like phpMyAdmin and see if it works? If it does not then the problem most likely is between php and mysql.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    shafik is offline Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Default Re: New installation issue with mySQL

    I got the same problem with the MySQL DB configuration. The following steps helped me fix the issue:

    Modify the php.ini file
    - set extension_dir = "./ext" (I had installed PHP5, for PHP4 the directory is ./externsions)
    - uncomment extension=php_curl.dll line
    - uncomment extension=php_mysql.dll
    - set session.save_path = "c:\php\tmp" (You already had a valid path)

    Save the php.ini file and restart the web server:
    - net stop iisadmin
    - net start w3svc

    After this, I was able to proceed with my installation of SugarCRM. Hope this helps.

  5. #5
    rtmtek is offline Member
    Join Date
    Jan 2006
    Posts
    6

    Talking Re: New installation issue with mySQL

    Many thanks to Shafik! I did the things you listed. Got an error about finding the 2 dll's. Realized that the files had not been copied to my C:\php directory so I did that. Restarted the installation and everything has gone fine with the exception of a few errors in step 6.

    I'll be investigating why the config.php wouldn't create; why permission was denied for .htaccess; figuring out where all the data demo went. But at least php and mySQL are talking nice.

    Great responses - I do have Admin downloaded and running for mySQL to administer my remote database I created for blogging. It's a great tool and I'm really happy with mySQL.

    Thanks again,
    -Mike

Thread Information

Users Browsing this Thread

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

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
  •