Home >Database >Mysql Tutorial >MySQLi和MySQL有什么区别

MySQLi和MySQL有什么区别

WBOY
WBOYOriginal
2016-06-07 16:57:121111browse

mysqli.dll是PHP对mysql新特性的一个扩展支持。在PHP5中可以在php.ini中加载mysql后面的i,指improved, interface, ingenious, i

mysqli.dll是PHP对mysql新特性的一个扩展支持。在PHP5中可以在php.ini中加载mysql后面的i,指improved, interface, ingenious, incompatible or incomplete(改扩展仍在开发中,因为MYSQL4.1和MYSQL5都没有正式推出尚在开发中,,新的特性没有完全实现

mysqli想实现的目标具体有

-更简单的维护

-更好的兼容性

-向后兼容

mysql(指PHP中的模块)发展到现在显得比较凌乱,有必要重新做下整理。同时,有必要跟上MYSQL(DBMS)的发展步伐,加入新的特性的支持,以及适应MYSQL(DBMS)以后的版本。所以诞生了mysqli.dll。

mysqli.dll的特性:

-可以和mysql.dll一样的方式使用;

-支持OO接口,简简单单调用;

-支持MYSQL4.引入的新特性;

-通过mysqli_init() 等相关函数,可以设置高级连接选项

一般安装时选择MySQL,因为有的服务器不支持MySQLi。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn