phpinfo有mysqlnd沒有mysql

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   io   div   log   

這個著實是個坑,使用phpinfo查看,明明有mysqlnd這個項目,就是找不到mysql。以前用直接運行php.exe的方法可以看到錯誤,可是這次就沒有任何錯誤。

中間把php的安裝路徑添加到了系統Path變數,後面重啟幾次也沒用,然後又嘗試把extension_dir改成./ext,不知怎麼的就好了。

; Directory in which the loadable extensions (modules) reside.; http://php.net/extension-dir; extension_dir = "./"; On windows:; extension_dir = "ext"extension_dir = "./ext"

更神奇的是,好了以後,再把extension_dir改成ext,依舊可用。

或許和我重啟httpd的方式有關?記得有幾次是在系統托盤那裡重啟的,還有幾次是在系統服務裡重啟的。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.