mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +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 DB。<br />DB数据是以myisam生成,因此不能实现transaction。';
|
||||
$lang->db_desc['mysqli_innodb'] = '利用innodb使用mysql DB。<br />innodb可以使用transaction。';
|
||||
$lang->db_desc['mysql'] = '利用php的 mysql_*()函数使用mysql DB。<br />DB数据是以myisam生成,因此不能实现transaction。';
|
||||
$lang->db_desc['mysql_innodb'] = '利用innodb使用mysql DB。<br />innodb可以使用transaction。';
|
||||
$lang->db_desc['mysqli'] = '利用php的 mysqli*()函数使用mysql DB。';
|
||||
$lang->db_desc['mysql'] = '利用php的 mysql_*()函数使用mysql DB。';
|
||||
$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