Re: [問題] phpMyAdmin目錄問題

看板FreeBSD作者時間19年前 (2006/10/11 20:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/10 (看更多)
Documentation.txt Quick Install 1. Untar or unzip the distribution (be sure to unzip the subdirectories): tar -xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp. 2. Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ 4.2 and FAQ 1.26 for suggestions. 3. Now you must configure your installation. There are two methods that can be used. Traditionally, users have hand-edited a copy of config.inc.php, but now a wizard-style setup script is provided for those who prefer a graphical installation. Creating a config.inc.php is still a quick way to get started and needed for some advanced features. + To manually create the file, simply use your text editor to create the file config.inc.php in the main (top-level) phpMyAdmin directory (the one that contains index.php). phpMyAdmin first loads libraries/ config.default.php and then overrides those values with anything found in config.inc.php. If the default value is okay for a particular setting, there is no need to include it in config.inc.php. You'll need a few directives to get going, a simple configuration may look like this: <?php $cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your choice $i=0; $i++; $cfg['Servers'][$i]['auth_type'] = 'cookie'; ?> Or, if you prefer to not be prompted every time you log in: <?php $i=0; $i++; -- ※Post by sheng from 218-168-14-200.dynamic.h 臺灣第一所縣立高職 臺北縣立鶯歌高職-陶瓷薪傳 ______┌┬╮ 天之驕子 BBS ˙ bbs.ykvs.tpc.edu.tw (163.20.163.9) |▉|▉|▉ ,._.,~`~*-,._.,-*~`^`~*-,._.._.,-*~`^'~*-,._.._.,-*~~*-,. ═●═●═┘`~*
文章代碼(AID): #15BEHZ00 (FreeBSD)
文章代碼(AID): #15BEHZ00 (FreeBSD)