Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
be445e73
Commit
be445e73
authored
Jan 28, 2008
by
lsmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- un-MDB2-ify DSN docs
parent
e2d8a916
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
dsn-the-data-source-name.txt
...ocs/en/connection-management/dsn-the-data-source-name.txt
+5
-14
No files found.
manual/docs/en/connection-management/dsn-the-data-source-name.txt
View file @
be445e73
...
...
@@ -44,15 +44,13 @@ phptype
The currently supported database backends are:
||~ Driver name ||~ Supported databases ||
|| f
bsql || FrontBase
||
|| i
base || InterBase / Firebird (requires PHP 5)
||
|| mssql || Microsoft SQL Server
(NOT for Sybase. Compile PHP --with-mssql)
||
|| f
irbird || Firebird
||
|| i
nformix || Informix
||
|| mssql || Microsoft SQL Server ||
|| mysql || MySQL ||
|| mysqli || MySQL (supports new authentication protocol) (requires PHP 5) ||
|| oci8 || Oracle 7/8/9/10 ||
|| oracle || Oracle ||
|| pgsql || PostgreSQL ||
|| querysim || QuerySim ||
|| sqlite || SQLite 2 ||
|| sqlite || SQLite ||
A second DSN format supported is
...
...
@@ -102,10 +100,3 @@ sqlite:////full/unix/path/to/file.db?mode=0666
<code>
sqlite:///c:/full/windows/path/to/file.db?mode=0666
</code>
**Example 5.** Connect to MySQLi using SSL
<code>
mysqli://user:pass@localhost/pear?key=client-key.pem&cert=client-cert.pem
</code>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment