mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Disallow installing Rhymix with the DB root account
This commit is contained in:
parent
9ba8c9159e
commit
2de3bbcea7
3 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ $lang->msg_db_checking = 'Checking...';
|
|||
$lang->msg_installing = 'Installing...';
|
||||
$lang->msg_cannot_proc = 'Installation environment is not proper to proceed.';
|
||||
$lang->msg_already_installed = 'Rhymix is already installed.';
|
||||
$lang->msg_dbroot_disallowed = 'Installing with the DB root account is not permitted. Please create a non-root account and use it.';
|
||||
$lang->msg_dbconnect_failed = 'An error has occurred while connecting to DB. Please check DB information again.';
|
||||
$lang->msg_table_is_exists = 'Table is already created in the DB. Config file is recreated.';
|
||||
$lang->msg_install_completed = 'Installation has been completed. Thank you for choosing Rhymix.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue