| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
290 バイト追加 、 2021年3月12日 (金) 07:18
MariaDB [(none)]> grant all privileges on sample_db.* to 'sample_user'@'%' with grant option;
Query OK, 0 rows affected (0.002 sec)
</pre>
====設定====
*fuel/app/config/development/db.php
**developmentの部分は環境別
<pre>
return array(
'default' => array(
'connection' => array(
'dsn' => 'mysql:host=localhost;dbname=sample_db',
'username' => 'sample_user',
'password' => 'password',
),
),
);
</pre>

案内メニュー