解決Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
2018-02-22 10:12:4016387
解決Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
php 5個(gè)版本,5.2、5.3、5.4、5.5,怕跟不上時(shí)代,新的服務(wù)器直接上5.5,但是程序出現(xiàn)如下錯(cuò)誤:Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in,看意思就很明了,說(shuō)mysql_connect這個(gè)模塊將在未來(lái)?xiàng)売茫?qǐng)你使用mysqli或者PDO來(lái)替代。