mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Show install MySQL version at 5.0+ as 4.1 does not work properly with SilverStripe (from r104705)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112374 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0e99090bc7
commit
537f18195d
@ -4,7 +4,7 @@
|
|||||||
DatabaseAdapterRegistry::register(
|
DatabaseAdapterRegistry::register(
|
||||||
array(
|
array(
|
||||||
'class' => 'MySQLDatabase',
|
'class' => 'MySQLDatabase',
|
||||||
'title' => 'MySQL 4.1+',
|
'title' => 'MySQL 5.0+',
|
||||||
'helperPath' => 'sapphire/dev/install/MySQLDatabaseConfigurationHelper.php',
|
'helperPath' => 'sapphire/dev/install/MySQLDatabaseConfigurationHelper.php',
|
||||||
'supported' => function_exists('mysql_connect'),
|
'supported' => function_exists('mysql_connect'),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user