最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
PHPMyAdmin设置数据库连接端口代码
时间:2022-06-24 21:37:39 编辑:袖梨 来源:一聚教程网
| 代码如下 | 复制代码 |
|
/* Authentication type and info */ |
|
比如MySQL的端口设置为3308,可以把配置文件设置为:$cfg['Servers'][$i]['port'] = ’3308′;
时间:2022-06-24 21:37:39 编辑:袖梨 来源:一聚教程网
| 代码如下 | 复制代码 |
|
/* Authentication type and info */ |
|
比如MySQL的端口设置为3308,可以把配置文件设置为:$cfg['Servers'][$i]['port'] = ’3308′;