Skip to content

Commit

Permalink
Dev Added hint for database port
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jul 24, 2014
1 parent 4034d2a commit 321f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/installer/dbconfig_view.php
Expand Up @@ -22,7 +22,7 @@
$rows[] = array(
'label' => CHtml::activeLabelEx($model, 'dblocation', array('class' => 'control-label', 'label' => $clang->gT("Database location"))),
'control' => CHtml::activeTextField($model, 'dblocation', array('required' => 'required')),
'description' => $clang->gT('Set this to the IP/net location of your database server. In most cases "localhost" will work. You can force Unix socket with complete socket path.')
'description' => $clang->gT('Set this to the IP/net location of your database server. In most cases "localhost" will work. You can force Unix socket with complete socket path.').' '.$clang->gT('If your database is using a custom port attach it using a colon. Example: db.host.com:5431')
);
$rows[] = array(
'label' => CHtml::activeLabelEx($model, 'dbuser', array('class' => 'control-label', 'label' => $clang->gT("Database user"))),
Expand Down

0 comments on commit 321f3f9

Please sign in to comment.