downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

PDO::cubrid_schema> <CUBRID (PDO)
[edit] Last updated: Fri, 17 May 2013

view this page in

PDO_CUBRID DSN

(No version information available, might only be in SVN)

PDO_CUBRID DSNConnecting to CUBRID databases

Description

The PDO_CUBRID Data Source Name (DSN) is composed of the following elements, delimited by semicolons:

DSN prefix

The DSN prefix is cubrid:.

host

The hostname on which the database server resides.

port

The port on which the database server is running.

dbname

The name of the database.

Notes

Note:

When you estalish the connection to CUBRID, you should give username and password except DSN.

Examples

Example #1 PDO_CUBRID DSN examples

The following example shows a PDO_CUBRID DSN for connecting to a CUBRID database:

cubrid:host=localhost;port=33000;dbname=demodb



add a note add a note User Contributed Notes PDO_CUBRID DSN - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites