MySQL support for jobs
This commit is contained in:
parent
88510b8fc5
commit
9f5ded8521
|
@ -193,6 +193,14 @@ $helpArray = array (
|
|||
"Text" => _('Please select the type of database to use for job data.')),
|
||||
"272" => array ("Headline" => _('Cron configuration'),
|
||||
"Text" => _('Please add this line to your webserver\'s crontab.')),
|
||||
"273" => array ("Headline" => _('Database host'),
|
||||
"Text" => _('Enter the host name of your database server.')),
|
||||
"274" => array ("Headline" => _('Database port'),
|
||||
"Text" => _('Enter the port number of your database server. The default port will be used if empty.')),
|
||||
"275" => array ("Headline" => _('Database user and password'),
|
||||
"Text" => _('Please enter the user name and password to connect to the database.')),
|
||||
"276" => array ("Headline" => _('Database name'),
|
||||
"Text" => _('This is the database name on the server.')),
|
||||
// 300 - 399
|
||||
// profile editor, file upload
|
||||
"301" => array ("Headline" => _("RDN identifier"),
|
||||
|
|
Loading…
Reference in New Issue