Updating remote mysql debconf question for clarity
This commit is contained in:
parent
bb7e2e7b2a
commit
fe3c75b97d
|
@ -32,7 +32,7 @@ check_mysql(){
|
||||||
|
|
||||||
STATE=0
|
STATE=0
|
||||||
while [ "$STATE" -eq 0 ]; do
|
while [ "$STATE" -eq 0 ]; do
|
||||||
db_input high alternc/mysql/host || true
|
db_input high alternc/mysql/host || true
|
||||||
db_go
|
db_go
|
||||||
db_get alternc/mysql/host || true
|
db_get alternc/mysql/host || true
|
||||||
MYSQL_HOST="$RET"
|
MYSQL_HOST="$RET"
|
||||||
|
|
|
@ -94,9 +94,9 @@ _Description: AlternC's mysql account:
|
||||||
|
|
||||||
Template: alternc/mysql/remote_user
|
Template: alternc/mysql/remote_user
|
||||||
Type: string
|
Type: string
|
||||||
_Description: AlternC's mysql account:
|
_Description: Remote root mysql user account:
|
||||||
Using a remote mysql installation requires the AlternC user to be configured in advance
|
Using a remote mysql installation requires root access to the remote database.
|
||||||
with administrator access to the mysql installation.
|
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,
|
The alternc sql user is responsible for granting access to user generated databases,
|
||||||
that is why it needs root access on the mysql installation.
|
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
|
Template: alternc/mysql/remote_password
|
||||||
Type: 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
|
Specify the remote mysql user password
|
||||||
.
|
.
|
||||||
Please choose a quite complex password since it will have full access to
|
Please choose a quite complex password since it will have full access to
|
||||||
|
|
Loading…
Reference in New Issue