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
390db30f
Commit
390db30f
authored
Dec 13, 2013
by
Marco Pivetta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #445 from kimhemsoe/mysqli_docs
Added some mysqli documentation.
parents
fa74679e
12d60350
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
configuration.rst
docs/en/reference/configuration.rst
+18
-0
No files found.
docs/en/reference/configuration.rst
View file @
390db30f
...
@@ -42,6 +42,7 @@ interfaces to use. It can be configured in one of three ways:
...
@@ -42,6 +42,7 @@ interfaces to use. It can be configured in one of three ways:
extension.
extension.
- ``drizzle_pdo_mysql``: A Drizzle driver that uses pdo\_mysql PDO
- ``drizzle_pdo_mysql``: A Drizzle driver that uses pdo\_mysql PDO
extension.
extension.
- ``mysqli``: A MySQL driver that uses the mysqli 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
...
@@ -127,6 +128,23 @@ or ``/etc/drizzle/conf.d/mysql-unix-socket-protocol.cnf`` and restart drizzled d
...
@@ -127,6 +128,23 @@ or ``/etc/drizzle/conf.d/mysql-unix-socket-protocol.cnf`` and restart drizzled d
- ``unix_socket`` (string): Name of the socket used to connect to
- ``unix_socket`` (string): Name of the socket used to connect to
the database.
the database.
mysqli
^^^^^^
- ``user`` (string): Username to use when connecting to the
database.
- ``password`` (string): Password to use when connecting to the
database.
- ``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.
- ``charset`` (string): The charset used when connecting to the
database.
- ``driverOptions`` Any supported flags for mysqli found on `http://www.php.net/manual/en/mysqli.real-connect.php`
pdo\_pgsql
pdo\_pgsql
^^^^^^^^^^
^^^^^^^^^^
...
...
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