PHPMyAdmin设置数据库连接端口代码
本文章来给大家介绍关于PHPMyAdmin设置数据库连接端口代码,有需要了解的朋友可参考。
代码如下 | 复制代码 |
/* Authentication type and info */ |
比如MySQL的端口设置为3308,可以把配置文件设置为:$cfg['Servers'][$i]['port'] = ’3308′;
本文地址:http://www.phprm.com/base/46934.html
转载随意,但请附上文章地址:-)
代码如下 | 复制代码 |
/* Authentication type and info */ |
比如MySQL的端口设置为3308,可以把配置文件设置为:$cfg['Servers'][$i]['port'] = ’3308′;
本文地址:http://www.phprm.com/base/46934.html
转载随意,但请附上文章地址:-)