Hi,
I have a 77 characters long database host address. As CMSMS install file limits the DB adress to 50 characters, I wonder which file of CMSMS install I could modify so that a longer DB host adress could be entered ?
Best regards
[SOLVED] Database host address
[SOLVED] Database host address
Last edited by seensite on Thu Nov 26, 2009 11:22 am, edited 1 time in total.
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: Database host address
In "/install/templates/install5.tpl"
there is a line that sets max length of host name
there is a line that sets max length of host name
Code: Select all
<input type="text" name="host" value="{$values.db.host}" size="20" maxlength="50" />
Re: Database host address
Thank you Pecuria, that's it!
The universe of information technology is constantly growing and contains only emerging products built on successive patches