XML configuration mycat scheam.
<? The XML version="1.0"?>
/& gt; -->
Password="root123"/& gt; -->
& lt; ! - can have multi write hosts - & gt;
Password="root123"/& gt; -->
problem: when the connection mycat create tabulated fault: 1064 op table not in schema - 'TB_TEST'
CodePudding user response:
Build predicate sentence:The CREATE TABLE ` NewTable ` (
` id ` int (11), NOT NULL AUTO_INCREMENT,
` title ` varchar (100), NULL,
The PRIMARY KEY (` id `)
)
ENGINE=InnoDB
;