MariaDB FEDERATED 엔진 설치

코딩하는감자·2022년 9월 15일

SHOW ENGINES;
SELECT * FROM mysql.servers;

CREATE OR REPLACE SERVER server_link_gb FOREIGN DATA WRAPPER mysql OPTIONS (USER 'xxxxxxxx', PASSWORD 'admin@123', HOST '192.168.xxx.xx', PORT xxxxx, DATABASE 'xxxxxxx');

https://devse.tistory.com/14

profile
나는 말하는 감자다

0개의 댓글