| Previous topic :: Next topic |
| Author |
Message |
rbabich
Joined: 16 Jul 2006
Posts: 2
|
| Posted: Sun Jul 16, 2006 1:20 pm Post subject: Stuck on step 2 of 4.2 install |
|
|
I am trying to change the database and user name in the step 2 phase and it appears the fields are read only. How do I add the actual database name, user name, etc? instead of what is prepopulated. I have already created an empty database.
Thanks, |
|
| Back to top |
|
Sai
Joined: 22 Aug 2004
Posts: 1575
Location: Chennai, India
|
| Posted: Sun Jul 16, 2006 1:36 pm Post subject: Re: Stuck on step 2 of 4.2 install |
|
|
Hi,
Please refer to installation manual first before trying source installation. You have to do some minor changes in setup:
http://www.vtiger.com/wiki/index.php/Vtiger_CRM_4.2.3_-_Installation_Guide
By the way, please post your queries in appropriate forums to help us answer in time.
Thanks,
Gopal |
|
| Back to top |
|
rbabich
Joined: 16 Jul 2006
Posts: 2
|
| Posted: Sun Jul 16, 2006 2:00 pm Post subject: Re: Stuck on step 2 of 4.2 install |
|
|
Thanks Gopal. I have changed the following, and still have problems. Does this look correct? or, is there more to change. Thanks.
**************************************/
$mysql_dir = 'localhost';
$mysql_username = 'monettel_tiger';
$mysql_password = 'mypassword';
$mysql_port = '3306';
$mysql_bundled = 'MYSQLBUNDLEDSTATUS';
$apache_dir = 'APACHEINSTALLDIR';
$apache_bin = 'APACHEBIN';
$apache_conf = 'APACHECONF';
$apache_port = '0.0.0.0:80';
$apache_bundled = 'APACHEBUNDLED'; |
|
| Back to top |
|
cabugs
Joined: 25 Apr 2006
Posts: 44
Location: Reims
|
| Posted: Mon Jul 17, 2006 9:30 am Post subject: Re: Stuck on step 2 of 4.2 install |
|
|
Hi,
I think you don't have to change the value of $mysql_dir or to put a valid path to the installation directory of mysql, not a host name. But the dafault value "MYSQLINSTALLDIR" should work fine. |
|
| Back to top |
|
| |