登錄不上去
出現Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in怎么解決呢?
出現Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in怎么解決呢?
2016-03-12
舉報
2016-03-12
mysqli_connect("127.0.0.1","root","");就可以了
現在的mysql做了擴展,可以用mysqli或PDO