MySQL

「MySQL」の編集履歴(バックアップ)一覧はこちら

MySQL」(2013/07/26 (金) 13:28:59) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

*大見出し [phpmyadmin]サーバ追加方法 +番号リスト /usr/local/apache2/htdocs/config.inc.php に以下の設定を追加する。 /* Slave server $i++; /* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ $cfg['Servers'][$i]['host'] = 'emsd02'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; /* Select mysql if your server does not have mysqli */ $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['AllowNoPassword'] = false; +番号リスト apacheを再起動する。 /etc/init.d/httpd restart
[phpmyadmin]サーバ追加方法 +番号リスト /usr/local/apache2/htdocs/config.inc.php に以下の設定を追加する。 /* Slave server $i++; /* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ $cfg['Servers'][$i]['host'] = 'emsd02'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; /* Select mysql if your server does not have mysqli */ $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['AllowNoPassword'] = false; +番号リスト apacheを再起動する。 /etc/init.d/httpd restart

表示オプション

横に並べて表示:
変化行の前後のみ表示: