Webmaster Drupal, Database 4 byte UTF-8 support | Develop Site

webmaster drupal

La base de datos no soporta UTF-8 4 byte y es necesario desactivarlo

  1. $databases = array (
  2.   'default' =>
  3.   array (
  4.     'default' =>
  5.     array (
  6.       'driver' => 'mysql',
  7.       'database' => 'xxxxxx',
  8.       'username' => 'xxxxx',
  9.       'password' => 'xxxxx',
  10.       'host' => 'localhost',
  11.       'port' => '',
  12.       'prefix' => 'dev_',
  13. /*      'charset' => 'utf8mb4',*/
  14. /*      'collation' => 'utf8mb4_general_ci',*/
  15.     ),
  16.   ),
  17. );
Español