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?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39767-2c18b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39767-2c18b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?