摘要:
修改 微信开发接口配置 class Wechat { public function __construct(){ $this->checkSignature(); } private function checkSignature() { $signature = $_GET["signature 阅读全文
摘要:
1.开启远程mysql数据库访问 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION; 2.操作完后切记执行以下命令刷新权限 FLUSH PRIVILEGES; mysql默认 阅读全文