phpMyAdmin設定確認

設定ファイルの確認:

✗ 設定ファイルなし: C:\xampp\phpMyAdmin\config.inc.php

✗ 設定ファイルなし: C:\Users\user\Desktop\00_作業中_デスクトップ同期\01_APP開発\phpmyadmin\config.inc.php

✗ 設定ファイルなし: /home/techdiary/www/blog/../phpmyadmin/config.inc.php

ローカル環境用のphpMyAdmin設定:

<?php
/* phpMyAdmin設定 - ローカル環境用 */

$cfg['Servers'][1]['host'] = 'localhost';
$cfg['Servers'][1]['user'] = 'root';
$cfg['Servers'][1]['password'] = '';
$cfg['Servers'][1]['auth_type'] = 'config';

// さくらサーバーの設定があれば、別のサーバー番号に
$cfg['Servers'][2]['host'] = 'mysql80.techdiary.sakura.ne.jp';
$cfg['Servers'][2]['user'] = 'techdiary_hatohato';
$cfg['Servers'][2]['password'] = 'さくらのパスワード';
$cfg['Servers'][2]['auth_type'] = 'cookie';
?>

アクセス方法: