phpmyadmin安装和配置

配置文件 config.inc.php

$cfg['Servers'][$i]['host'] = 'localhost'; // 数据库服务器的主机名
$cfg['Servers'][$i]['port'] = '3306'; // 数据库服务器的端口号
$cfg['Servers'][$i]['user'] = 'root'; // 连接数据库的用户名
$cfg['Servers'][$i]['password'] = '123456'; // 连接数据库的密码

 

posted @ 2024-04-12 20:13  C羽言  阅读(28)  评论(0)    收藏  举报