mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix typo (thru → through)
Closes GH-1634.
This commit is contained in:
parent
d6ac0dd312
commit
54217f14f9
1 changed files with 2 additions and 2 deletions
|
@ -157,9 +157,9 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
|
|||
<title>Unix only:</title>
|
||||
<para>
|
||||
When the host name is set to <literal>"localhost"</literal>, then the connection to the
|
||||
server is made thru a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
|
||||
server is made through a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
|
||||
location of the socket file is at libmysqlclient's compiled in location. If PDO_MYSQL is compiled
|
||||
against mysqlnd a default socket can be set thru the <link linkend="ini.pdo-mysql.default-socket">
|
||||
against mysqlnd a default socket can be set through the <link linkend="ini.pdo-mysql.default-socket">
|
||||
pdo_mysql.default_socket</link> setting.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue