mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-54590 Installer: Additional info about database name
Additional info that creating database name containing dots is not supported
This commit is contained in:
parent
49619ce243
commit
68b50753ae
@ -172,11 +172,13 @@ $string['mysqliextensionisnotpresentinphp'] = 'PHP has not been properly configu
|
||||
$string['nativemariadb'] = 'MariaDB (native/mariadb)';
|
||||
$string['nativemariadbhelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
|
||||
<p>The database name, username, and password are required fields; table prefix is optional.</p>
|
||||
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
|
||||
<p>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.</p>
|
||||
<p>This driver is not compatible with legacy MyISAM engine.</p>';
|
||||
$string['nativemysqli'] = 'Improved MySQL (native/mysqli)';
|
||||
$string['nativemysqlihelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
|
||||
<p>The database name, username, and password are required fields; table prefix is optional.</p>
|
||||
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
|
||||
<p>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.</p>';
|
||||
$string['nativemssql'] = 'SQL*Server FreeTDS (native/mssql)';
|
||||
$string['nativemssqlhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
|
||||
|
Loading…
x
Reference in New Issue
Block a user