您好,登錄后才能下訂單哦!
這篇文章主要介紹了php無法連接mysqli如何解決的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇php無法連接mysqli如何解決文章都會有所收獲,下面我們一起來看看吧。
php無法連接mysqli的解決辦法:1、打開“php.ini”文件;2、找到“mysqli.reconnect”;3、將“mysqli.reconnect = OFF”改成“mysqli.reconnect = on”即可。
php無法連接mysqli怎么辦?
PHP連接MySql,解決 ”Uncaught Error: Class ‘mysqli‘ not found“問題
我的PHP是7.4的,但是mysql擴展好像是5以前的,我就只能用mysqli擴展來操作數據庫
我的錯誤是phpinfo()頁面只有一個mysqlnd,沒有mysqli,所以網頁會報錯 ”Uncaught Error: Class ‘mysqli’ not found“
在php.ini里
extension_dir = “ext” 也改成絕對路徑了,;extension=php_mysqli.dll前面的 ; 也去掉了,還是不行
最后發現下面這段
[MySQLi] ; Maximum number of persistent links. -1 means no limit. ; http://php.net/mysqli.max-persistent mysqli.max_persistent = -1 ; Allow accessing, from PHP’s perspective, local files with LOAD DATA statements ; http://php.net/mysqli.allow_local_infile ;mysqli.allow_local_infile = On ; Allow or prevent persistent links. ; http://php.net/mysqli.allow-persistent mysqli.allow_persistent = On ; Maximum number of links. -1 means no limit. ; http://php.net/mysqli.max-links mysqli.max_links = -1 ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look ; at MYSQL_PORT. ; http://php.net/mysqli.default-port mysqli.default_port = 3306 ; Default socket name for local MySQL connects. If empty, uses the built-in ; MySQL defaults. ; http://php.net/mysqli.default-socket mysqli.default_socket = ; Default host for mysqli_connect() (doesn’t apply in safe mode). ; http://php.net/mysqli.default-host mysqli.default_host = ; Default user for mysqli_connect() (doesn’t apply in safe mode). ; http://php.net/mysqli.default-user mysqli.default_user = ; Default password for mysqli_connect() (doesn’t apply in safe mode). ; Note that this is generally a bad idea to store passwords in this file. ; Any user with PHP access can run 'echo get_cfg_var(“mysqli.default_pw”) ; and reveal this password! And of course, any users with read access to this ; file will be able to reveal the password as well. ; http://php.net/mysqli.default-pw mysqli.default_pw = ; Allow or prevent reconnect mysqli.reconnect = OFF
將mysqli.reconnect = OFF
改成mysqli.reconnect = on
就行了,就很無語,有跟我情況一樣的可以改改這個
php是一個嵌套的縮寫名稱,是英文超級文本預處理語言,它的語法混合了C、Java、Perl以及php自創新的語法,主要用來做網站開發,許多小型網站都用php開發,因為php是開源的,從而使得php經久不衰。
關于“php無法連接mysqli如何解決”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“php無法連接mysqli如何解決”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。