Replacement for deprecated function mysql_connect [duplicate]
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This question already has an answer here: mysqli or PDO - what are the pros and cons? [closed] 13 answers So I have this Amazon Web Service database all set up I'm working off an old tutorial for an application that I'm planning on using it with. I noticed that mysql_connect was deprecate when I looked it up. What can I use as an alternative? How can I connect to my amazon database? <? mysql_connect("localhost", "username", "password") or die ("Can't connect to database server"); mysql_select_db("videoRecorderDemo") or die ("Can't select