`
xylffxyfpp
  • 浏览: 113355 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

phpmyadmin安装问题

PHP 
阅读更多
<?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++;
$cfg['Servers'][$i]['user']          = 'root';
$cfg['Servers'][$i]['password']      = 'cbb74bc'; // use here your password
?>

需要增加:
$cfg['Servers'][1]['user'] = 'root';
$cfg['Servers'][1]['password'] = 'roc123';
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics