开发者

PHP PDO encrypted / ssl data layer

开发者 https://www.devze.com 2023-03-15 10:57 出处:网络
After doing some research I heard only PHP 5.3.6+ supports PDO and SSL. I am not sure the validity of this, so I thought I would ask, and see if anyone has some suggestions for using PDO and transferr

After doing some research I heard only PHP 5.3.6+ supports PDO and SSL. I am not sure the validity of this, so I thought I would ask, and see if anyone has some suggestions for using PDO and transferring data between 2 mysql servers. It does not necess开发者_如何学Goarily have to be SSL. Any form of encryption using a manually set key could work, I am just not sure where to begin. Thanks!


You don't need PDO to have two MySQL servers talk to each other. Using replication and federated tables, you can do it directly without involving another layer. And that linkage can take place over an SSL connection as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号