I have already known that here is question like mine:
PHP/MySQL: Copy Table and Data from one Database to another
But, that question was asked about 4 years ago, so I would like to repeat it today.
INSERT INTO `wp_estate`.`wp_posts`(post_title)
SELECT `s_description` FROM `u519633785_armar`.`oc_t_item_description`
WHERE `fk_i_item_id` > 4;
How I can "see" two databases at the same time