MySQL is a database management system based on the relational model.
MySQLi is a relational database driver that is used mainly in the PHP programming language.
MySQL is old database driver deprecated as of PHP 5.5.0 procedural and manual escaping.
MySQLi is improved driver included with PHP 5 and later object oriented interface.it support for prepared statements.
Comment