본문 바로가기

The mysql extension is deprecated and will be removed in the future: use mysqli or PDO ins

이온디 2016.07.17 17:22 조회 269 댓글 0
목록 글쓰기

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in

php 코딩을 하다 보니 이런 에러가 두둥!!! 

mysql_connect() 함수에 대한 오류 입니다.

이제 mysql은 지원이 중단되니 PDO나 mysqli를 사용해 달라는 이야기입니다. 

기존의 mysql_ 로 되어 있던 코드들을 mysqli_로 바꾸어 주시거나

PDO를 사용해서 작성해 주시면 됩니다.

The mysql extension is deprecated and will be removed in the future: use mysqli or PDO ins

버전 업하다 mysql_로 시작하는 함수들이 사라지나 봅니다.

과거에 mysql로 짰던 코드들은 php버전을 유지하거나

새로 업데이트를 해야 겠군요.

웬만하면 mysqli로 짯지만 종종 mysql로 짠 녀석들이 있는데

나중에 업데이트 할일이 안생겼으면 좋겠네요.

The mysql extension is deprecated and will be removed in the future: use mysqli or PDO ins

에러메시지를 무시하고 싶으시다면

함수 앞에 @를 붙여 주시거나 에러메세지 출력 단계를 낮추어 주세요.

The mysql extension is deprecated and will be removed in the future: use mysqli or PDO ins

[ Deprecated mysqi mysql mysql_connect() PDO mysqli_connect mysqli php에러 mysql에러] 

댓글 0

아직 댓글이 없어요

이 글에 대한 생각을 가장 먼저 남겨보세요.

댓글을 작성하려면 로그인이 필요합니다.