Updating remote mysql debconf question for clarity

This commit is contained in:
Steven Mondji-Lerider 2013-06-20 12:16:36 +00:00
parent bb7e2e7b2a
commit fe3c75b97d
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ check_mysql(){
STATE=0
while [ "$STATE" -eq 0 ]; do
db_input high alternc/mysql/host || true
db_input high alternc/mysql/host || true
db_go
db_get alternc/mysql/host || true
MYSQL_HOST="$RET"

View File

@ -94,9 +94,9 @@ _Description: AlternC's mysql account:
Template: alternc/mysql/remote_user
Type: string
_Description: AlternC's mysql account:
Using a remote mysql installation requires the AlternC user to be configured in advance
with administrator access to the mysql installation.
_Description: Remote root mysql user account:
Using a remote mysql installation requires root access to the remote database.
A root user is required to create the alternc user with grant options.
.
The alternc sql user is responsible for granting access to user generated databases,
that is why it needs root access on the mysql installation.
@ -113,7 +113,7 @@ _Description: Password of AlternC's mysql account:
Template: alternc/mysql/remote_password
Type: password
_Description: Password of the AlternC's mysql account:
_Description: Password of the remote root mysql user account:
Specify the remote mysql user password
.
Please choose a quite complex password since it will have full access to