網頁

2013年3月10日 星期日

wamp server #1045


WAMP的mysql密碼設定






C:\wamp\apps\phpmyadmin3.5.1\config.inc.php
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie'; //config
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'yourdbpassword';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。