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
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104705 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
cea5cf86ea
commit
34fa31c6cf
@ -4,7 +4,7 @@
|
||||
DatabaseAdapterRegistry::register(
|
||||
array(
|
||||
'class' => 'MySQLDatabase',
|
||||
'title' => 'MySQL 4.1+',
|
||||
'title' => 'MySQL 5.0+',
|
||||
'helperPath' => 'sapphire/dev/install/MySQLDatabaseConfigurationHelper.php',
|
||||
'supported' => function_exists('mysql_connect'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user