mysql中的mysql_real_connect连接参数设置
table for the user that have a blank (empty) password field are checked for a match. This allows the database administrator to set up the MySQL PRivilege system in such a way that users get different privileges depending on whether they have specified a password. Note: Do not attempt to encrypt the password before calling mysql_real_connect(); db is the database name. If db is not NULL, the connection sets the default database If port is not 0, the value is used as the port number for the TCP/IP connection. Note If unix_socket is not NULL, the string specifies the socket or named pipe that should The value of client_flag is usually 0, but can be set to a combination of the following //上面描述了五个参数的主要取值,MYSQL *为mysql_init函数返回的指针,host为null或 // localhost时链接的是本地的计算机,当mysql默认安装在unix(或类unix)系统中,root账户是没// 有密码的,因此用户名使用root,密码为null,当db为空的时候,函数链接到默认数据库,在进行 // mysql安装时会存在默认的test数据库,因此此处可以使用test数据库名称,port端口为0,使用 // unix连接方式,unix_socket为null时,表明不使用socket或管道机制,最后一个参数经常设置为0 Flag Name Flag Description |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |