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
ff507284
Commit
ff507284
authored
Dec 12, 2013
by
Kim Hemsø Rasmussen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved drizzle content under pdo_mysql sections.
parent
6fb5e0bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
configuration.rst
docs/en/reference/configuration.rst
+19
-18
No files found.
docs/en/reference/configuration.rst
View file @
ff507284
...
@@ -40,6 +40,8 @@ interfaces to use. It can be configured in one of three ways:
...
@@ -40,6 +40,8 @@ interfaces to use. It can be configured in one of three ways:
- ``pdo_mysql``: A MySQL driver that uses the pdo\_mysql PDO
- ``pdo_mysql``: A MySQL driver that uses the pdo\_mysql PDO
extension.
extension.
- ``drizzle_pdo_mysql``: A Drizzle driver that uses pdo\_mysql PDO
extension.
- ``pdo_sqlite``: An SQLite driver that uses the pdo\_sqlite PDO
- ``pdo_sqlite``: An SQLite driver that uses the pdo\_sqlite PDO
extension.
extension.
- ``pdo_pgsql``: A PostgreSQL driver that uses the pdo\_pgsql PDO
- ``pdo_pgsql``: A PostgreSQL driver that uses the pdo\_pgsql PDO
...
@@ -50,8 +52,6 @@ interfaces to use. It can be configured in one of three ways:
...
@@ -50,8 +52,6 @@ interfaces to use. It can be configured in one of three ways:
- ``pdo_sqlsrv``: A Microsoft SQL Server driver that uses pdo\_sqlsrv PDO
- ``pdo_sqlsrv``: A Microsoft SQL Server driver that uses pdo\_sqlsrv PDO
- ``oci8``: An Oracle driver that uses the oci8 PHP extension.
- ``oci8``: An Oracle driver that uses the oci8 PHP extension.
- ``sqlanywhere``: A SAP Sybase SQL Anywhere driver that uses the sqlanywhere PHP extension.
- ``sqlanywhere``: A SAP Sybase SQL Anywhere driver that uses the sqlanywhere PHP extension.
- ``drizzle_pdo_mysql``: A drizzle driver that uses pdo\_mysql PDO
extension.
- ``driverClass``: Specifies a custom driver implementation if no
- ``driverClass``: Specifies a custom driver implementation if no
'driver' is specified. This allows the use of custom drivers that
'driver' is specified. This allows the use of custom drivers that
...
@@ -110,6 +110,23 @@ pdo\_mysql
...
@@ -110,6 +110,23 @@ pdo\_mysql
- ``charset`` (string): The charset used when connecting to the
- ``charset`` (string): The charset used when connecting to the
database.
database.
drizzle_pdo_mysql
^^^^^^^^^^^^^^^^^
**Requires** drizzle plugin ``mysql_protocol`` or ``mysql_unix_socket_protocol``.
On Ubuntu this can be be done by uncomment the configuration ``plugin-add=`` in
``/etc/drizzle/conf.d/mysql-protocol.cnf`` or ``/etc/drizzle/conf.d/mysql-unix-socket-protocol.cnf``
- ``user`` (string): Username to use when connecting to the
database. Only needed if authentication is configured for drizzled.
- ``password`` (string): Password to use when connecting to the
database. Only needed if authentication is configured for drizzled.
- ``host`` (string): Hostname of the database to connect to.
- ``port`` (integer): Port of the database to connect to.
- ``dbname`` (string): Name of the database/schema to connect to.
- ``unix_socket`` (string): Name of the socket used to connect to
the database.
pdo\_pgsql
pdo\_pgsql
^^^^^^^^^^
^^^^^^^^^^
...
@@ -180,22 +197,6 @@ platform version here:
...
@@ -180,22 +197,6 @@ platform version here:
- `SQL Anywhere 12.0.1 <http://dcx.sybase.com/index.html#1201/en/dbadmin/da-conparm.html>`_
- `SQL Anywhere 12.0.1 <http://dcx.sybase.com/index.html#1201/en/dbadmin/da-conparm.html>`_
- `SAP Sybase SQL Anywhere 16.0 <http://dcx.sybase.com/index.html#sa160/en/dbadmin/da-conparm.html>`_
- `SAP Sybase SQL Anywhere 16.0 <http://dcx.sybase.com/index.html#sa160/en/dbadmin/da-conparm.html>`_
drizzle_pdo_mysql
^^^^^^^^^^^^^^^^^
**Requires** drizzle plugin ``mysql_protocol`` or ``mysql_unix_socket_protocol``.
On Ubuntu this can be be done by uncomment the configuration ``plugin-add=`` in
``/etc/drizzle/conf.d/mysql-protocol.cnf`` or ``/etc/drizzle/conf.d/mysql-unix-socket-protocol.cnf``
- ``user`` (string): Username to use when connecting to the
database. Only needed if authentication is configured for drizzled.
- ``password`` (string): Password to use when connecting to the
database. Only needed if authentication is configured for drizzled.
- ``host`` (string): Hostname of the database to connect to.
- ``port`` (integer): Port of the database to connect to.
- ``dbname`` (string): Name of the database/schema to connect to.
- ``unix_socket`` (string): Name of the socket used to connect to
the database.
Custom Platform
Custom Platform
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
...
...
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