Separation of master and slave under multiple databases under the same link address of tp3.1

according to the manual, add
"DB_DEPLOY_TYPE"= > 1, / / set distributed database support
" DB_RW_SEPARATE"= > true, / / by default, the first database configuration is the configuration information of the master server. Responsible for writing data
link ip the same as 192.168.1.1 "DB_HOST" = >" 192.168.1.1192.168.1.1",
database account password is also filled in
different is that there are multiple databases,
"DB_CONFIG2" = > array (

)
    ...
),
"DB_CONFIG3" => array(
    ...
),
conf.php

 
[ 2018-06-06T15:02:20+08:00 ] 127.0.0.1 /index.php?m=manage&a=set

ERR: 1146:Table "fen.config_game_list" doesn"t exist
there is really no way to find the relevant information and I want to ask Daniel how to solve it here

Php
Mar.18,2021
Is

achievable?

Menu