Línea 64... |
Línea 64... |
64 |
// If you set those in the database then
|
64 |
// If you set those in the database then
|
65 |
// the advanced settings will not be sent.
|
65 |
// the advanced settings will not be sent.
|
66 |
'dbcollation' => 'utf8mb4_unicode_ci', // MySQL has partial and full UTF-8
|
66 |
'dbcollation' => 'utf8mb4_unicode_ci', // MySQL has partial and full UTF-8
|
67 |
// support. If you wish to use partial UTF-8
|
67 |
// support. If you wish to use partial UTF-8
|
68 |
// (three bytes) then set this option to
|
68 |
// (three bytes) then set this option to
|
69 |
// 'utf8_unicode_ci', otherwise this option
|
69 |
// 'utf8_unicode_ci'. If using the recommended
|
70 |
// can be removed for MySQL (by default it will
|
70 |
// settings with full UTF-8 support this should
|
71 |
// use 'utf8mb4_unicode_ci'. This option should
|
71 |
// be set to 'utf8mb4_unicode_ci'. This option
|
72 |
// be removed for all other databases.
|
72 |
// should be removed for all other databases.
|
73 |
// 'versionfromdb' => false, // On MySQL and MariaDB, this can force
|
73 |
// 'versionfromdb' => false, // On MySQL and MariaDB, this can force
|
74 |
// the DB version to be evaluated using
|
74 |
// the DB version to be evaluated using
|
75 |
// the VERSION function instead of the version
|
75 |
// the VERSION function instead of the version
|
76 |
// provided by the PHP client which could be
|
76 |
// provided by the PHP client which could be
|
77 |
// wrong based on the DB server infrastructure,
|
77 |
// wrong based on the DB server infrastructure,
|