phpmyadminについて
かなりの初心者です。
xamppを使っています。
phpmyadminをクリックすると
「エラーが出たためセッションを開始できませんでした。PHP やウェブサーバのログファイルに出ているエラーを確認して、PHP を正しく設定してください。」と表示されて、どうすればいいのか分かりません。
さっきまで、開いていました。
開いていたときに
画面下のほうに、「コントロールユーザーが接続されてません」などエラーも出てました。
そこでconfig.inc.phpをエディタで開いて、見てたんですが。。さっぱり。。
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'パスワードかいてます。';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
/* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
このどこかを変えるんでしょうか。。。
補足
いや、Setting(セッティング)の話ではなくて、HostGame(ホストゲーム)の話をしているのです。 Settingはあくまで『自分だけ』に関する設定画面です。しかしHostGameは自分でカスタマイズしたゲームルールを立ち上げて皆と遊ぶ項目なので、HostGameで変更した設定は、自分が立ち上げたサーバーに来た『プレイヤー全員』の設定を変更できます。 例えばSettingの画面では「Gravity」とか「Jump Force」とかの設定部分がありませんよね? でもHostGameの画面では、ちゃんとあります。そして、重力やジャンプ力を変更したら、他のプレイヤーも重力やジャンプ力が変わるのです。