mysql中的mysql_real_connect连接参数设置
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-03-17
ws, not the number of changed rows. CLIENT_IGNORE_SPACE Allow spaces after function names. Makes all functions names reserved words. CLIENT_INTERACTIVE Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client''s session wait_timeout variable is set to the value of the session interactive_timeout variable. CLIENT_LOCAL_FILES Enable LOAD DATA LOCAL handling. CLIENT_MULTI_STATEMENTS Tell the server that the client may send multiple statements in a single string (separated by ‘;’). If this flag is not set, multiple-statement execution is disabled. Added in MySQL 4.1. CLIENT_MULTI_RESULTS Tell the server that the client can handle multiple result sets from multiple-statement executions or stored procedures. This is automatically set if CLIENT_MULTI_STATEMENTS is set. Added in MySQL 4.1. CLIENT_NO_SCHEMA Don''t allow the db_name.tbl_name.col_name syntax. This is for ODBC. It causes the parser to generate an error if you use that syntax, which is useful for trapping bugs in some ODBC programs. CLIENT_ODBC The client is an ODBC client. This changes mysqld to be more ODBC-friendly. CLIENT_SSL Use SSL (encrypted protocol). This option should not be set by application programs; it is set internally in the client library. Instead, use mysql_ssl_set() before calling mysql_real_connect(). For some parameters, it is possible to have the value taken from an option file rather |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 透视MySQL数据库之更新语句下一篇: MySQL数据库中的安全解决方案
关于mysql中的mysql_real_connect连接参数设置的所有评论