Getting error while trying to connect database

Hi,

Got the below mentioned error while trying to connect to the database. This happens only after deployment.

Connection Error

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

Please help?

Thanks in advance?
Kumar

What version of php is running on the server / development machine?
Are you using any third party scripts which trying to connect to the db with native php commands?

jsb

Im using php version 5.5.3 on server and development machine.Im not using any third party scripts.

Please use PHP 5.4 with SC …

I also got that error and cannot connect to database. Will SC support PHP 5.5.3 in the future?