0
phpmyadmin index.php
は実行時にconfig.inc.php
と呼ばれています。
だから私はconfig.inc.php
/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = $_GET['test']; // I changed here
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
にしようと、このようなURLを呼び出します。
http://localhost/index.php?test=211.212.14.11
ですが、表示ホストにエラーがあり、動作しません。 どうすればいいですか?代わりにphpMyAdminので消毒され、ここでGETを使用しての