xampp安裝-01-預設值
1.預設資料夾及首頁
C:\xampp\htdocs\index.php2.mysql設定值 my.ini
C:\xampp\mysql\bin3.C:\xampp\FileZillaFTP
4.網站根目錄
所有的WWW文件的主要目錄\ XAMPP \ htdocs中5.讓phpMyAdmin用網頁登入
xampp\phpMyAdmin\config.inc.php"/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '密碼';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。