diff --git a/reference/cubrid/functions/cubrid-connect-with-url.xml b/reference/cubrid/functions/cubrid-connect-with-url.xml
index 9bb7ae6d8d..d3c7b43508 100644
--- a/reference/cubrid/functions/cubrid-connect-with-url.xml
+++ b/reference/cubrid/functions/cubrid-connect-with-url.xml
@@ -96,14 +96,14 @@
"?:".
- $url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off";
+ $url = "CUBRID:localhost:33000:tdb:dba:12?:?login_timeout=100";
Passwords that contain ? or :
may be passed as a seperate parameter.
- $url = "CUBRID:localhost:33000:tbd:::?autocommit=off";
+ $url = "CUBRID:localhost:33000:tbd:::?login_timeout=100";
$conn = cubrid_connect_with_url($url, "dba", "12?");
@@ -159,7 +159,7 @@