How do I migrate my site from mysql to mysqli?

dac picture dac · Jan 4, 2011 · Viewed 42.4k times · Source

Is there anything I have to do on the database end or is it just the php that changes? Can I just substitute mysqli functions for mysql functions? Anything else I should know?

Answer

BasBenIk picture BasBenIk · Jan 4, 2011

I advise you to read through this. A lot of helpful information for what you want to do, plus a tool to help. See: Converting to MySQLi.

It's just the PHP that changes.