Unverified Commit 233ef975 authored by Alex Pavlov's avatar Alex Pavlov Committed by GitHub

Fix character for mysql driver example

For UTF-8: SQLSTATE[HY000] [2019] Unknown character set
parent e3c9a8fd
......@@ -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