From 68b50753aee16467de5f55e172f42042e218e129 Mon Sep 17 00:00:00 2001 From: Vadim Dvorovenko Date: Sat, 28 May 2016 23:07:16 +0700 Subject: [PATCH] MDL-54590 Installer: Additional info about database name Additional info that creating database name containing dots is not supported --- lang/en/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/install.php b/lang/en/install.php index 53862985934..e3085a15c35 100644 --- a/lang/en/install.php +++ b/lang/en/install.php @@ -172,11 +172,13 @@ $string['mysqliextensionisnotpresentinphp'] = 'PHP has not been properly configu $string['nativemariadb'] = 'MariaDB (native/mariadb)'; $string['nativemariadbhelp'] = '

The database is where most of the Moodle settings and data are stored and must be configured here.

The database name, username, and password are required fields; table prefix is optional.

+

The database name may contain only alphanumeric characters, dollar ($) and underscore (_).

If the database currently does not exist, and the user you specify has permission, Moodle will attempt to create a new database with the correct permissions and settings.

This driver is not compatible with legacy MyISAM engine.

'; $string['nativemysqli'] = 'Improved MySQL (native/mysqli)'; $string['nativemysqlihelp'] = '

The database is where most of the Moodle settings and data are stored and must be configured here.

The database name, username, and password are required fields; table prefix is optional.

+

The database name may contain only alphanumeric characters, dollar ($) and underscore (_).

If the database currently does not exist, and the user you specify has permission, Moodle will attempt to create a new database with the correct permissions and settings.

'; $string['nativemssql'] = 'SQL*Server FreeTDS (native/mssql)'; $string['nativemssqlhelp'] = 'Now you need to configure the database where most Moodle data will be stored.