<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="ja">PHP: PDO_MYSQL DSN - Manual</cite>
(<time>2016-11-17 14:18:52 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://php.net/manual/ja/ref.pdo-mysql.connection.php">http://php.net/manual/ja/ref.pdo-mysql.connection.php</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="ja">PHP: 接続、および接続の管理 - Manual</cite>
(<time>2016-11-17 14:18:51 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://php.net/manual/ja/pdo.connections.php">http://php.net/manual/ja/pdo.connections.php</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite xml:lang="en">MySQL :: MySQL PHP API :: 4.1 PDO_MYSQL DSN</cite>
(<time>2016-11-17 20:26:15 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://dev.mysql.com/doc/apis-php/en/apis-php-ref.pdo-mysql.connection.html">https://dev.mysql.com/doc/apis-php/en/apis-php-ref.pdo-mysql.connection.html</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> <cite xml:lang="ja">PHP: PDO::__construct - Manual</cite>
(<time>2016-11-17 14:18:51 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://php.net/manual/ja/pdo.construct.php">http://php.net/manual/ja/pdo.construct.php</anchor-external></figcaption><blockquote><p>dsn パラメータは、データベースへの接続を生成する ために必要な引数を指定する方法として、3種類の方法をサポートします。</p><p>ドライバ呼び出し</p><p>dsn に完全な DSN を指定します。</p><p>URI 呼び出し</p><p>dsn は、uri: の後に DSN 文字列を含むファイルの位置を定義する URI が続く形式となります。 この URI には、ローカルファイルまたはリモート URL を指定することができます。</p><p>uri:file:///path/to/dsnfile</p><p>エイリアス</p><p>dsn は、DSN 文字列を定義する php.ini の pdo.dsn.name へマップする名前 name からなります。</p></blockquote></figure></body></html>