Issue on connect MySQL Cluster via MySQL Router

Created on 16 April 2024, about 1 year ago
Updated 30 April 2024, about 1 year ago

Hi,

I am not able to connect MySQL Cluster via MySQL Router by the given details below in settings.php
$databases['default']['default'] = [
'database' => 'drupal db name',
'username' => 'dbusername',
'password' => '***********',
'host' => '127.0.0.1',
'port' => 6446,
'driver' => 'mysql',
];

I can be able to connect to MySQL Cluster via MySQL Router by the below command
mysql -u dbusername -h 127.0.0.1 -P 6446 -p *********

πŸ’¬ Support request
Status

Closed: outdated

Version

10.1 ✨

Component
MySQL driverΒ  β†’

Last updated 22 days ago

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024