mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Select InnoDB engine automatically if available
This commit is contained in:
parent
e59dc59664
commit
6b5e95a0c4
15 changed files with 37 additions and 74 deletions
|
|
@ -33,10 +33,8 @@ $lang->cmd_install_refresh_page = '刷新屏幕';
|
|||
$lang->cmd_install_next = '開始進行安裝';
|
||||
$lang->cmd_ignore = '忽略';
|
||||
$lang->cmd_recommended = '推薦';
|
||||
$lang->db_desc['mysqli'] = '利用 PHP 的『mysqli*()』函數使用 MySQL 資料庫。<br />利用『myisam』建立資料庫檔案,因此不能實現transaction。';
|
||||
$lang->db_desc['mysqli_innodb'] = '利用『innodb』使用 Mysql 資料庫。<br />innodb可以使用 transaction。';
|
||||
$lang->db_desc['mysql'] = '利用 PHP 的『mysql_*()』函數使用 MySQL 資料庫。<br />利用『myisam』建立資料庫檔案,因此不能實現transaction。';
|
||||
$lang->db_desc['mysql_innodb'] = '利用『innodb』使用 Mysql 資料庫。<br />innodb可以使用 transaction。';
|
||||
$lang->db_desc['mysqli'] = '利用 PHP 的『mysqli*()』函數使用 MySQL 資料庫。';
|
||||
$lang->db_desc['mysql'] = '利用 PHP 的『mysql_*()』函數使用 MySQL 資料庫。';
|
||||
$lang->db_desc['cubrid'] = '使用 CUBRID DB。 <a href="http://www.cubrid.org/wiki_tutorials/entry/cubrid-installation-instructions" target="_blank">Manual</a>';
|
||||
$lang->db_desc['mssql'] = '使用 Microsoft SQL Server。';
|
||||
$lang->can_use_when_installed = '不是這個服務器上安裝';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue