Unverified Commit f08343d9 authored by Claudio Zizza's avatar Claudio Zizza Committed by GitHub

Merge pull request #4008 from alexpts/patch-1

Fix character for mysql driver example
parents 6aa9325e 233ef975
......@@ -64,12 +64,12 @@ For example, to connect to a "foo" MySQL DB using the ``pdo_mysql``
driver on localhost port 4486 with the charset set to UTF-8, you
would use the following URL::
mysql://localhost:4486/foo?charset=UTF-8
mysql://localhost:4486/foo?charset=UTF8
This is identical to the following connection string using the
full driver name::
pdo-mysql://localhost:4486/foo?charset=UTF-8
pdo-mysql://localhost:4486/foo?charset=UTF8
If you wanted to use the ``drizzle_pdo__mysql`` driver instead::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment