FreeBSD 6.1 stable
sugarcrm-3.5.1
apache-2.2.3
php5-5.1.6_1
mysql-server-5.0.24a
I found this thread, and seem to be having the same exact issue.
http://www.sugarcrm.com/forums/showthread.php?t=13925
In the second step of the install, where it should say MySQL, the line is blank and states Not Available. On the advice of another thread, I successfully tested the following script:
<?php
$con = mysql_connect('localhost', 'user_name', 'user_pass') or die('Could not connect: ' . mysql_error());
echo 'Connected successfully';
?>
Any ideas on what I should take a look at? PHP & MySQL seem to be configured correctly, but for some reason SugarCRM can't seem to see the database. Server name / DNS issue perhaps? What I mean by this is that I successfully used 'localhost' in the above script, I haven't tried the FQD name of the server.
TIA,
Greg


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks