11 2022 档案
摘要:需要在执行curl_exec后再通过curl_getinfo来获取。 $ch = curl_init (); curl_setopt($ch, CURLOPT_URL, 'http://www.google.com.hk'); curl_setopt($ch, CURLOPT_TIMEOUT, 20
阅读全文
摘要:1 use mysql; 2 select host, user, authentication_string, plugin from user; 3 update user set host='%' where user='root'; 123 三个语句顺序执行 完毕后重新启动mysql服务 就
阅读全文