リモート サーバーからローカル マシンへのデータのフェデレーションで問題が発生しています。実行しようとしたとき、私のリモートテーブルは MyISAM です
CREATE TABLE `wtc_test (
`wtc_companyworkday_id` bigint(20) DEFAULT NULL,
) ENGINE=FEDERATED DEFAULT CHARSET=latin1
CONNECTION='mysql://pentah:0p@l@192.1**.*.*:3306/replica/wtc_test';
次のエラーが発生しました:-
[Err] 1432 - Can't create federated table. The data source connection string 'mysql://pentah:0p@l@192.1*.*:3306/replica/wtc_test' is not in the correct format
私が見る理由は、パスワードに「@」文字が含まれているためです。誰か助けてください。