![]() | mysql_change_user说明int mysql_change_user ( string user, string password [, string database [, resource link_identifier]] )mysql_change_user() 改变当前活动连接中的登录用户,或者是可选的 link_identifier 参数所指定的连接。如果指明了数据库,将在改变用户后成为当前数据库。如果新用户和密码认证失败,当前连接的用户保持活动状态。如果成功则返回 TRUE,失败则返回 FALSE。
![]() There are no user contributed notes for this page. | ![]() |